Old mod_rewrite (htaccess) rule still applies
- by Blake
I had a rule in the .htaccess file in my root directory that said:
RewriteCond ^(.*)$ $1.php
I've completely rewritten the file since then, and the rule is still being applied. I tried restarting the Apache server and the physical server with no luck.
I've also scoured the directory and there are no other .htaccess files in there or any…