The web host I'm working with has php/mysql, but currently the php module only parses php. I asked them to extend this in httpd.conf:
AddType application/x-httpd php .php .html .htm .shtml
AddType application/x-httpd-php-source .phps
They tell me that when they do this, html will not display in the browser, but instead the browser offers to download the page. I can't see their httpd.conf, of course, so don't know what to tell them.
If you have any suggestions, I would be very grateful.
Thank You!
AddType application/x-httpd php .php .html .htm .shtml
AddType application/x-httpd-php-source .phps
They tell me that when they do this, html will not display in the browser, but instead the browser offers to download the page. I can't see their httpd.conf, of course, so don't know what to tell them.
If you have any suggestions, I would be very grateful.
Thank You!