sipb-www
/
wiki.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Serve wiki content directly via Apache.
[wiki.git]
/
.htaccess
1
<Files *>
2
SetHandler none
3
</Files>
4
5
<Files *.cgi>
6
SetHandler cgi-script
7
</Files>