Old mod_rewrite (htaccess) rule still applies
Posted
by Blake
on Stack Overflow
See other posts from Stack Overflow
or by Blake
Published on 2010-05-28T13:56:13Z
Indexed on
2010/05/28
14:02 UTC
Read the original article
Hit count: 132
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 subdirectories.
Does anyone know what might be causing something like this to happen?
© Stack Overflow or respective owner