Re: [users@httpd] Mod_rewrite and DirectoryIndex Issue

2012-10-04 Thread Eric Covener
is there anyway you can help isolate this by building mod_rewrite from 2.2 on top of 2.4 and reporting whether it's affected? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...

[users@httpd] Mod_rewrite and DirectoryIndex Issue

2012-10-04 Thread Christian Cioni
Hi, in apache 2.2 this configuration in .htaccess file work properly. RewriteEngine On RewriteCond %{REQUEST_URI} !^/folder1 RewriteCond %{REQUEST_URI} !^/folder2 RewriteCond %{REQUEST_URI} !^/folder3 RewriteRule ^(.*)$ folder2/$1 [L] When open http