| Rewrite URL not working Hi all
Just created a subdomain and uploaded a test script and .htaccess file. I just wanted to make sure mod rewriting was working but it doesn't seem to be.
Here is my htaccess file contents:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^link-one$ linktest.php
RewriteRule ^link-one/(.*)$ linktest.php
Any reason why I still keep getting 404 errors whenever I try to serve the following URL's:
/link-one
/link-one/test-link
etc etc
I'm pulling my hair out!!
Cheers
kris |