PHP Handler For .html Files – C7

Home » CentOS » PHP Handler For .html Files – C7
CentOS 3 Comments

Morning all,

I am finally moving some old (F9 thru F17) servers to C7 (Plus PHP7/Pgsql10) boxes. On the old boxes they all had it set so that .htm and .html files were handled by PHP in addition to the normal .php files.

This was done with the simple change to:

AddHandler php5-script .php .htm .html AddType text/html .php .htm .html

in /etc/httpd/conf.d/php.inc. I did the same on my first new server but found that this did not work, and the login.html did not get handled. I then added it to fine filematch so my full php.conf on the new box is:



Require all denied


Order allow,deny
Deny from all
Satisfy All


AddType text/html .php .htm .html DirectoryIndex index.php


SetHandler application/x-httpd-php

php_value session.save_handler “files”
php_value session.save_path “/var/lib/php/session”
php_value soap.wsdl_cache_dir “/var/lib/php/wsdlcache”

I done some Googling and have found a number of responses saying that this can not be done, this should not be done, this can be done, and here’s how to do it. However I haven’t found a response that actually works. I have dozens of sites with hundreds of pages so I really would like to find a solution. Can anyone help?

3 thoughts on - PHP Handler For .html Files – C7

  • I do not have an answer to you question, but I’m puzzled: why would you want to do that?

    Valeri

    ++++++++++++++++++++++++++++++++++++++++
    Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247
    ++++++++++++++++++++++++++++++++++++++++

  • Hi Valeri

    Purely because of the number of web sites, number of pages, and number of links, not to mention external bookmarks that would need to be changed to rename every page to a .php