I recently added SuPHP to my server and a lot of my old html pages I had set to act as php are no longer working because of the no php in .htaccess bit.
I've been looking all over for a solution to this. Is there something I can replace the htaccess line I had with something in php.ini?
My old htacess line was
Here's just some similar htacess commands for people searching for help with this same problem.Code:AddType application/x-httpd-php .html
AddType application/x-httpd-php .html
AddType application/x-httpd-php .html .htm .php
AddHandler x-httpd-php .html .htm .cgi .php
AddType x-mapp-php4 .html .htm .php
AddHandler server-parsed .html .htm .php
AddType application/x-httpd-php4 .htm .html .php
AddHandler application/x-httpd-php5 .html .htm .php



LinkBack URL
About LinkBacks
Reply With Quote





