dustinnoe Posted May 31, 2007 Share Posted May 31, 2007 Somewhere in apache my .htaccess rules are being cached. Even if I remove rules completely from .htacess they are still being applied to URLs. This is really annoying on a development machine where I am constantly changing rules. How do I disable caching? I can't even figure out how to flush the cache. I have googled this thing to death and I can't find anything. HELP! Quote Link to comment Share on other sites More sharing options...
veridicus Posted May 31, 2007 Share Posted May 31, 2007 .htaccess data is never cached. Apache checks it on every appropriate page request. You must have rewrite rules in an earlier directory or in your main config files. Quote Link to comment Share on other sites More sharing options...
dustinnoe Posted June 1, 2007 Author Share Posted June 1, 2007 You must have rewrite rules in an earlier directory or in your main config files. Checked and rechecked, found nothing. It's really annoying. Quote Link to comment Share on other sites More sharing options...
dustinnoe Posted June 1, 2007 Author Share Posted June 1, 2007 Installed apache 2.0.59 and problem go bye-bye. I honestly think there is some sort of bug with 1.3 on WAMP. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.