View Single Post
  #4 (permalink)  
Old 11-09-09, 06:06 PM
End User's Avatar
End User End User is offline
Level II Curmudgeon
 
Join Date: Dec 2004
Posts: 3,027
Thanks: 14
Thanked 35 Times in 33 Posts
Quote:
Originally Posted by m_abdelfattah View Post
Thanks a lot for your reply, but it doesn't work !
I'm not sure, but I think that RewriteCond with -d doesn't find (trigger on) protected directories.

The "RewriteCond %{REQUEST_FILENAME} !-f" means that if the request is for a file that exists on the server, index.php isn't served. It's possible that the two sets of .htaccess rules are clashing because of these conditions.
__________________
I don't live on the edge, but sometimes I go there to visit.
-------------------------------------------------------------------------
Sanitize Your Data | Oracle Date & Substring Functions | Code Snippet Library | [url=http://www.codmb.com/Call Of Duty[/url]
Reply With Quote