I am trying to make php sever pages with .htm extention.
in the edit directive in the sites, I’ve made sure allow override all
and in the folders I’ve put this .htaccess file (with persmission as the site user and 775)
RemoveHandler .htm .html
AddType application/x-httpd-php5 .htm .htm
AddHandler application/x-httpd-php5 .htm
AddType application/x-httpd-php .htm .html
AddHandler application/x-httpd-php .htm .html
AddHandler x-httpd-php .html .htm
It doesn’t work.
I get the htm files server by apache without php.
How can I achive this ?