View Single Post
  #1  
Old 05-25-2009, 06:12 AM
priestjim priestjim is offline
Senior Member
 
Join Date: Mar 2009
Location: Athens, Greece
Posts: 60
Default 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.
__________________
Web hosting, Domain Names, VPS and Dedicated Servers in one of the most secure, reliable, fast and low-cost web hosting services in the European market.

:: dnHost Interactive Agency :: Supporting and providing Litespeed Web Server in all shared hosting and VPS servers since 2008 ::
Reply With Quote