sipb-www
/
wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6692039
)
Serve wiki content directly via Apache.
author
Anders Kaseorg
<andersk@mit.edu>
Tue, 27 Jan 2009 08:32:58 +0000
(
03:32
-0500)
committer
Anders Kaseorg
<andersk@mit.edu>
Tue, 27 Jan 2009 08:32:58 +0000
(
03:32
-0500)
.htaccess
[new file with mode: 0644]
patch
|
blob
diff --git a/.htaccess
b/.htaccess
new file mode 100644
(file)
index 0000000..
f402447
--- /dev/null
+++ b/
.htaccess
@@ -0,0
+1,7
@@
+<Files *>
+ SetHandler none
+</Files>
+
+<Files *.cgi>
+ SetHandler cgi-script
+</Files>