How can I do that?

Having trouble installing serendipity?
Post Reply
sandwichee
Posts: 1
Joined: Thu Jan 24, 2019 8:20 am

How can I do that?

Post 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!
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: How can I do that?

Post 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
=Don=
Post Reply