Quote:
Originally Posted by till
I guess thats a problem with a .htaccess file from drupal. You can try to change the .htaccess file so that it excludes the stats directory.
|
It's strange. Expecially since the rewriting starts with
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
so it should automatically exclude from rewrite existing files and directories.
Tried adding
RewriteCond %{REQUEST_FILENAME} !^/stats/
w/o success.