hi,
On [Mon, 14.01.2008 12:44], Chris Smith wrote:
CS> My apache2/mods-available/suphp.conf file has this handler:
CS>
CS> AddHandler x-httpd-php .php .php3 .php4 .php5 .phtml
CS>
CS> Any suggestions about how to stop this from occurring?
use this (or similiar) instead of the AddHandler directive:
<FilesMatch "\.php$">
SetHandler x-httpd-php
</FilesMatch>
hth,
best regards,
roman
_______________________________________________
suPHP mailing list
[email protected]
http://lists.marsching.biz/mailman/listinfo/suphp