diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-04-05 03:45:40 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-04-05 03:45:40 +0000 |
commit | 63ce9ae66ccb1347287b169fb67e37e1faab134a (patch) | |
tree | 4f95d8a28e53efea5788e0bd30e48a75eec2d290 /www/neowebscript/files/neowebscript.conf | |
parent | Fix $SITE_PERL path. (diff) |
Comment out delegation of .shtml to NeoWebScript's handler. Not really
worth the PORTREVISION bump...
Notes
Notes:
svn path=/head/; revision=57339
Diffstat (limited to 'www/neowebscript/files/neowebscript.conf')
-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 3c27e2cd8722..c910fdf3f21b 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. |