Page 1 of 1

Help with bloody PHP SuEXEC!!!!

Posted: Mon Feb 13, 2006 7:01 pm
by jclarkkent2003
What can replace the following code to allow it to perform the same function as it would IF the server on which it resides did not have phpsuexec?

Code: Select all

AddType application/x-httpd-php htm html
Anybody? Is this possible?

Posted: Mon Feb 13, 2006 7:03 pm
by feyd
you forgot the periods... ;)

Posted: Mon Feb 13, 2006 7:22 pm
by Buddha443556
AddHandler?

Posted: Mon Feb 13, 2006 10:28 pm
by jclarkkent2003
lol, no that was right when it was in the file, wasn't that stupid, heh.... Does phpsuexec prevent parsing php as a .html file?

Posted: Tue Feb 14, 2006 10:42 am
by Buddha443556
jclarkkent2003 wrote:Does phpsuexec prevent parsing php as a .html file?
No, at least not in my experience. However, a host could disallow AddType through AllowOverride directive.