Comment out delegation of .shtml to NeoWebScript's handler. Not really

worth the PORTREVISION bump...
This commit is contained in:
Mikhail Teterin 2002-04-05 03:45:40 +00:00
parent 814adc9d1e
commit 63ce9ae66c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57339

View File

@ -13,8 +13,8 @@ AddType text/html .nhtml .nws
AddHandler neo-server-parsed .nhtml .nws
## Enable the NeoWebScript subst handler
AddType text/html .shtml
AddHandler neo-server-subst .shtml
#AddType text/html .shtml
#AddHandler neo-server-subst .shtml
DirectoryIndex index.nhtml
## Enable these two lines if you want GD Image Generation support turned on.