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.
Thank you for any tips !!
--
View this message in context:
http://www.nabble.com/htaccess-help-tp20272399p20272399.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
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]