
05-25-2009, 06:12 AM
|
|
Senior Member
|
|
Join Date: Mar 2009
Location: Athens, Greece
Posts: 60
|
|
FilesMatch & php .htaccess options
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:
Code:
AddType application/x-httpd-php4 htm html
<FilesMatch "index.htm">
php_value auto_append_file "/var/www/vhosts/xxx/httpdocs/count.php"
</FilesMatch>
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.
|