Page 1 of 1

How can I do that?

Posted: Thu Jan 24, 2019 8:26 am
by sandwichee
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!

Re: How can I do that?

Posted: Thu Jan 24, 2019 3:42 pm
by Don Chambers
Create a text file in that folder named .htaccess with the following line of code in that file:

Code: Select all

RewriteEngine off