On Wed, Oct 22, 2008 at 12:57 PM, Mário Gamito <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have this site that has in its root directory a .htaccess file with
> the following rewritings:
>
> <IfModule mod_rewrite.c>
> RewriteEngine On
> RewriteBase /
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteRule . /index.php [L]
> SecFilterEngine off
> </IfModule>

>
> Problem is that the first .htaccess clashes with the second, making
> the protected directory give a 404:


Have you tried In the subdir, RewriteEngine off


-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to