View Single Post
Old 2006-10-19, 08:29 AM   #6
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
In the 'sitetemplates' directory add another .htaccess file with the one line

RemoveType .htm .html .shtml

That will undo what the AddType did in your root, in effect setting the extensions back to their defaults.

==Extra Note==
You could/should put it in any directories below root in which you have .htm(l) files to prevent the server wasting resources as it tries to parse static .htm(l) files.
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.

Last edited by oast; 2006-10-19 at 08:37 AM.. Reason: Added extra note
oast is offline   Reply With Quote