Hi!
We are experiencing an issue with the FilesMatch directive and the php_* htaccess options.
A client of ours is using BBClone to monitor his stats but after we switched to LS, the statistics parsing method stopped working. I've pinpointed the error to the .htaccess file he uses:
If I remove the FilesMatch directive, everything works fine, but with it on, the count.php file does not get appended!
Any help would be appreciated.
We are experiencing an issue with the FilesMatch directive and the php_* htaccess options.
A client of ours is using BBClone to monitor his stats but after we switched to LS, the statistics parsing method stopped working. I've pinpointed the error to the .htaccess file he uses:
Code:
AddType application/x-httpd-php4 htm html
<FilesMatch "index.htm">
php_value auto_append_file "/var/www/vhosts/xxx/httpdocs/count.php"
</FilesMatch>
Any help would be appreciated.