Thursday, July 12, 2012

htaccess to stop rewrite

If you want a .htaccess set in apache to stop rewrite redirect for a certain folder, turn off rewrite.

No, that's it. As long as override is enabled, .htaccess just needs the following:


<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>

No comments:

Blog Archive