Bobafart
11-16-2008, 03:41 PM
i keep getting an error 500 with the following .htaccess
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([^/]+)/?$ /game.php?sitetitle=$1 [NC,QSA,L]
RewriteRule ^people/([^/]+)/?$ /profile.php?n=$theuser [NC,QSA,L]
not sure what I am doing wrong....
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([^/]+)/?$ /game.php?sitetitle=$1 [NC,QSA,L]
RewriteRule ^people/([^/]+)/?$ /profile.php?n=$theuser [NC,QSA,L]
not sure what I am doing wrong....