Quote:
Originally posted by kevinale
You could use mod_rewrite and rewrite the .html to .php thus giving you the ability to use php.
|
Umm, why not just add .html to the AddType line in that case? Ie:
AddType application/x-httpd-php .php .htm .html
Anyhow, this doesn't solve his problem, as he doesn't want to use php.