Quote:
Originally Posted by HomerSimpson
you can also tell apache to parse .html file same as .php ones
this way you'll have .php files with html extension...
it's easy to do and to maintain in future...
|
yep, I did it like that way a few times.
Code:
AddType application/x-httpd-php .html
AddType application/x-httpd-php .htm