After phpsuexec was implemented, my website produced internal server errors which continued until I removed these lines from .haccess:
Code: Select all
AddType application/x-httpd-php .html .htm
php_value auto_prepend_file їpath]/refer/refer.phpCode: Select all
<?php
<?php ob_start("ob_gzhandler"); ?>
?>The auto_prepend_file is Dean Allen's excellent refer script: http://www.textism.com/tools/refer/
My web host says "WE have had to change back to phpsuexec on that server earlier in order to stop a hack attempt. Unfortunately this breaks those two directives and it has been studied and no solution found besides moving it to a less secure server."
Can anyone suggest how I can fix this?