ok so far i tried EVERY .htaccess method.
then i tried the mimic type thingy
finnally i tried the apache handlers method
and all of those didnt work, im running under cpanel 11 how can i add this? cause i really need it badly.
ok so far i tried EVERY .htaccess method.
then i tried the mimic type thingy
finnally i tried the apache handlers method
and all of those didnt work, im running under cpanel 11 how can i add this? cause i really need it badly.
If you don't mind provide me one of the test cPanel account login details so that I can check it for you or its better if you contact your hosting provider they will better assist you with your queries.
Note : You can send me PM with login details for further investigation![]()
Add the following rules in your .htaccess file and check if it works :
AddHandler application/x-httpd-php5 .htm
AddHandler application/x-httpd-php5 .html
OR
AddHandler application/x-httpd-php5 .htm .html
Regards,
ManojB.
Please Clarify ....
PHP is not working!
(OR)
You want HTML files to be parsed as PHP scripts (.html / .htm)?
I can't quite follow exactly what you are asking about here and the
other answers in this thread show there is still some confusion.