parse all .html as .shtml

Shawn McMurdo writes:
 > I read through the mail archive and have looked through the
 > docs, but I can't see an easy way to have the server parse
 > all .html files as if they were .shtml.
 > Is this possible?
 > How can I do this?

Redefin .html extension, and make it a copy of .shtml extension
defintion

 > Is there a good reason not to do this?

Yes, there is a cost associated to this which has to do with
a) Parsing all html files of the site at least once
b) [jigsaw specific] keeping the parse tree around

Anselm 

Received on Tuesday, 3 June 1997 04:53:44 UTC