Quote:
Originally Posted by m_abdelfattah
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.