files that end with .php. In case you need to have your HTML files parsed as PHP (e.g
.html) or even if you want to take it further and make your PHP files look like ASP, you
can do the following:
For web servers using PHP as apache module:
AddType application/x-httpd-php .html .htmFor web servers running PHP as CGI:
AddHandler application/x-httpd-php .html .htmIn case you wish to do the ASP mimick:
For PHP as module:
AddType application/x-httpd-php .aspOR
For PHP as CGI:
AddHandler application/x-httpd-php .asp