Forum Moderators: coopster
AddHandler x-httpd-php .html .htm
Most of my pages have a .php file extension but one or two are .htm, which contain some php, hence the above line.
I have a file with a .cgi extension, which also contains some php but isn't being parsed as such - is there a line I can put in my .htaccess file to make it so?
Patrick