Auto Loans - Debt Consolidation - Wii Store - Personal Loans - Share Prices

PDA

View Full Version : .htaccess question


dv88
Mar 24th 2006, 1:35 am
Hello

Does anyone know if I can include these 2 directives within the .htaccess file. For example, I want to parse .html pages for SSI and PHP:

AddType text/x-server-parsed-html .html
AddType application/x-httpd-php .html .htm

However, this does not seem to work, I can use one by itself but not both.

Thanks
Dave

Mystique
Mar 24th 2006, 1:50 am
It should be:

AddHandler server-parsed .html
AddType application/x-httpd-php .html .htm