Speedy_B
06-08-2008, 12:17 PM
Hello,
I have search all over the internet for this problem. Everybody has this problem....but no solutions yet.
I have bbclone installed on my server. Now instead of adding the count code to each webpage, they offer the following code to be placed inside the .htaccess file so that each page on the server is counted with each hit:
<FilesMatch "\.(php)$">
php_value auto_append_file "/home2/*******/public_html/bbclone/count.php"
</FilesMatch>
<FilesMatch "\.(html?)$">
php_value auto_append_file "/home2/*******/public_html/bbclone/count.php"
</FilesMatch>
Thus this counts all php and html pages. Once saved, I get that awful 500 (server has made a boo boo) error. :eek: If I comment it out..no error.
Is that coding wrong?
I have search all over the internet for this problem. Everybody has this problem....but no solutions yet.
I have bbclone installed on my server. Now instead of adding the count code to each webpage, they offer the following code to be placed inside the .htaccess file so that each page on the server is counted with each hit:
<FilesMatch "\.(php)$">
php_value auto_append_file "/home2/*******/public_html/bbclone/count.php"
</FilesMatch>
<FilesMatch "\.(html?)$">
php_value auto_append_file "/home2/*******/public_html/bbclone/count.php"
</FilesMatch>
Thus this counts all php and html pages. Once saved, I get that awful 500 (server has made a boo boo) error. :eek: If I comment it out..no error.
Is that coding wrong?