Topic: Mod rewrite help
I'm having a problem using mod_rewrite. I'm trying to rewrite my main pages into fake directories.
RewriteEngine On
RewriteRule ^([0-9]+)/?$ index.php?page=$1 [L]
That's in the root dir in a .htaccess file. I have mod_rewrite installed and yet this fails to bring up http://creaturecorp.com/index.php?page=contact when I type in http://creaturecorp.com/contact
What's wrong?
Regards,
Creaturecorp