Hello I need apache to process .html file as if they were .php files.
I cannot modify httpd.conf, so I've added a .htaccess file in the same
directory where the html files reside.
The .htaccess file contains this directive:
AddType application/x-httpd-php .html
When I load the html page, the browser pop-up a window asking to open or
download the file, instead of opening the page.
How can I fix it?
Thank you
--
elimina unsampdoriano per rispondere via email
I cannot modify httpd.conf, so I've added a .htaccess file in the same
directory where the html files reside.
The .htaccess file contains this directive:
AddType application/x-httpd-php .html
When I load the html page, the browser pop-up a window asking to open or
download the file, instead of opening the page.
How can I fix it?
Thank you
--
elimina unsampdoriano per rispondere via email
Comment