Rev 286 | Blame | Compare with Previous | Last modification | View Log | RSS feed
RewriteEngine on# Remember to change RewriteBase to where your site really is - for example if# you access the site by www.somesite.com/~myname/thesite, you do as so:# RewriteBase /~myname/thesite/# If you simply do www.somesite.com, you do like this:RewriteBase /RewriteRule ^index\.php.* - [L]RewriteRule ^formatting\.js - [L]RewriteRule ^setup/(images|files|modules|themes|userinfo)/.* - [L]RewriteRule ^([a-z]+)(.*) ./index.php?globalID=$1$2 [L,PT]