diff options
Diffstat (limited to 'www')
-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. |