On Fri, Oct 31, 2008 at 3:09 PM, debussy007 <[EMAIL PROTECTED]> wrote: > > Hi, > > this is the content of my .htaccess file: > > RewriteEngine on > RewriteCond %{REQUEST_URI} !files/rapporten/instant/* > RewriteCond %{REQUEST_URI} !files/rapporten/dag/* > RewriteCond %{REQUEST_URI} !files/rapporten/week/* > RewriteRule \.csv$ - [L] > RewriteRule .* index.php > php_flag magic_quotes_gpc off > php_flag register_globals off > > > The problem is that since I added the line: RewriteRule \.csv$ - [L] > all of the three RewriteCond are not working anymore.
They only apply to the 1 RewriteRule they precede. -- 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]