diff options
author | mi <mi@FreeBSD.org> | 2002-04-05 03:45:40 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-04-05 03:45:40 +0000 |
commit | 17c1f2207fb5136db575b8f98a2e4a8092d8bcb3 (patch) | |
tree | fd20fd0ad44436ebd5a2f9a54d0178e8e90ad434 /www/neowebscript | |
parent | 4f9d5aee30ff26cb29f7ace0c781a6fe7bb7d613 (diff) | |
download | FreeBSD-ports-17c1f2207fb5136db575b8f98a2e4a8092d8bcb3.zip FreeBSD-ports-17c1f2207fb5136db575b8f98a2e4a8092d8bcb3.tar.gz |
Comment out delegation of .shtml to NeoWebScript's handler. Not really
worth the PORTREVISION bump...
Diffstat (limited to 'www/neowebscript')
-rw-r--r-- | www/neowebscript/files/neowebscript.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neowebscript/files/neowebscript.conf b/www/neowebscript/files/neowebscript.conf index 3c27e2c..c910fdf 100644 --- a/www/neowebscript/files/neowebscript.conf +++ b/www/neowebscript/files/neowebscript.conf @@ -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. |