Hi,
I have some websites running at http://jerrysartaramastores.com/ and would like to use mod_rewrite to simplify the URLs.
I set up a demo site to play with.
Right now, for example, I would use:
http://demo09.jerrysartaramastores.com/?page=contact
and I want to use:
http://demo09.jerrysartaramastores.com/contact
I created a .htaccess, and gave it the following content:
I simply get a 404.Options +FollowSymLinks
RewriteEngine On
RewriteRule ^/([^/\.]+)/?$ index.php?page=$1 [L]
Any idea what I'm doing wrong?
Thanks in advance.


LinkBack URL
About LinkBacks




Reply With Quote