I tried implementing the mod_rewrite system on my server and it was worked fine until I switched some things around. I was wondering if the code below should work?
Options +FollowSymLinks RewriteEngine on RewriteRule ^login/$ index.php?page=login
When I try it I get a 404 error, file not found. Thanks for any help.
Edit: By the way www.mysite.com/index.php?page=login works fine.
Edited by Pooch, 19 March 2006 - 12:27 AM.
