Welcome Guest, Not a member yet? Register   Sign In
exclude directory from .htaccess
#1

[eluser]Unknown[/eluser]
I have already searched in this forum for similar threads but I can't find anything good for my case.


In my web root I have this .htaccess:

Code:
RewriteEngine on

RewriteBase /

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# Forum
RewriteRule ^threads/.* showthread.php [QSA]
RewriteRule ^forums/.* forumdisplay.php [QSA]
RewriteRule ^members/.* member.php [QSA]
RewriteRule ^blogs/.* blog.php [QSA]
ReWriteRule ^entries/.* entry.php [QSA]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

# MVC
RewriteRule ^(?:(.*?)(?:/|$))(.*|$)$ $1.php?r=$2 [QSA]


I want to exlcude from all above .htaccess' conditions and rules the /vip directory, because it has his own .htaccess. How can i do this?


Messages In This Thread
exclude directory from .htaccess - by El Forum - 06-23-2010, 05:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB