Page 1 of 1

How to disable the rewrite rules for a certain directory?

Posted: Fri Feb 04, 2005 10:55 pm
by Cybersmog
Hi,

I've installed S9y to the document root directory of my server. On the same level where I have e.g. the directories /archives, /plugins or /templates I have another folder e.g. /mydir

Now I need to disable the mod_rewrite rules for that specific directory. How can I do that?

Thanks in advance!

Posted: Sat Feb 05, 2005 12:38 am
by jhermanns
You can put 'RewriteEngine Off' into the .htaccess of the according directories. Without the ' of course :)

Posted: Sat Feb 05, 2005 12:10 pm
by Cybersmog
I already did that but it didn't work.

Posted: Sun Feb 06, 2005 3:28 pm
by Shan
i'm encountering the same problem right now