S
S
shaida2011-07-04 09:30:26
htaccess
shaida, 2011-07-04 09:30:26

How to exclude specific directory from Rewrite scope in root .htaccess?

Actually, the question is in the title. I hope I explained clearly.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
videns, 2011-07-04
@videns

I think you can do something like this:
RewriteCond %{REQUEST_FILENAME} !^/your/dir.*$

P
pel, 2011-07-04
@pel

Put your .htaccess with the contents of
RewriteEngine off in this folder

A
Anatoly, 2011-07-04
@taliban

<Directory /your/dir>
Order Deny,Allow
Deny from All
</Directory>
Could it be?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question