I want all file have .html extension can execute like a "php" file. Can you show me how to config? Thanks!
I want all file have .html extension can execute like a "php" file. Can you show me how to config? Thanks!
If you are not running phpsuexec:
AddType application/x-httpd-php .php .php3 .phtml .html .htm .php4
Else, if phpsuexec is running:
AddHandler application/x-httpd-php .php .php3 .phtml .html .htm .php4
Each entry should be ONE line.
Beau Henderson