Hi,
I’m getting a 404 on subpages. I’'m following the trobleshooting guidelines at
Using the htaccess_tester.php file, I get the succesful message claiming that “The file .htaccess exists and is readable to the webserver”.
Next I test if rewrites are working by using the simple .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^.*$ htaccess_tester.php
</IfModule>
and I browse to “http:/mysite.com/test”, but I get a “Not Found
The requested URL /mypath/htaccess_tester.php was not found on this server.” message.
The trobleshooting guidelines do not explain what to do when this simple .htaccess file fails.
Thanks in advance.