From: Anders Kaseorg Date: Tue, 27 Jan 2009 08:32:58 +0000 (-0500) Subject: Serve wiki content directly via Apache. X-Git-Tag: trac-import~5 X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/6bac585843f56822bb3959f95b4996a25aebd2f0 Serve wiki content directly via Apache. --- diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..f402447 --- /dev/null +++ b/.htaccess @@ -0,0 +1,7 @@ + + SetHandler none + + + + SetHandler cgi-script +