Hi, I am on the boru server. I am trying to force my html files to be parsed as php, but no luck so far. I have tried adding all of the following to my .htaccess file in all possible combinations and permutations:
AddType application/x-httpd-php5 .html
AddHandler x-httpd-php5 .html
AddType application/x-httpd-php .html
AddHandler x-httpd-php .html
AddType x-httpd-php .html
AddHandler x-httpd-php .html
and so on..
I have tried setting .htaccess to 755 and to 777. I have tried setting the html file to 755 and 777. I've tried everything. I KNOW I can add a php extension instead of an html extension and it'll work, but for specific reasons I need to keep the .html extensions.
Anyone know what should be done?
AddType application/x-httpd-php5 .html
AddHandler x-httpd-php5 .html
AddType application/x-httpd-php .html
AddHandler x-httpd-php .html
AddType x-httpd-php .html
AddHandler x-httpd-php .html
and so on..
I have tried setting .htaccess to 755 and to 777. I have tried setting the html file to 755 and 777. I've tried everything. I KNOW I can add a php extension instead of an html extension and it'll work, but for specific reasons I need to keep the .html extensions.
Anyone know what should be done?