Quote:
Originally Posted by spacedog
that don't work either
|
.htaccess
AddType text/html .shtml .html .inc
AddHandler server-parsed .shtml .html .inc
or if you want html files to be treated as php add this
RemoveHandler .html .htm
AddType application/x-httpd-php .html .htm