CODE
RewriteEngine On
RewriteRule ^([a-zA-Z0-9]+)$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9]+)/$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9]+)$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9]+)/$ index.php?page=$1
This would allow my URLs to be something like this:
http://www.narkoleptika.com/home
instead of something like this:
http://www.narkoleptika.com/index.php?page=home
I'm not sure if there's something disabled with Zymic hosting that would disallow this or if I need to change something to satisfy some sort of requirement that Zymic has in place; it works fine on my test server on my home computer.
Any and all help is greatly appreciated.
Thank you.