Add Troubleshooting section to README.
[viewgit.git] / doc / example-htaccess
blob74908b32df0bc77b1efe490579d235a3b44e417c
1 Options -Indexes
2 php_flag register_globals off
3 php_flag magic_quotes_gpc off
4 php_flag short_open_tag off
6 RewriteEngine On
7 RewriteBase /~hoxu/viewgit/
8 RewriteRule ^([^.]*).git/(.*)   ?a=co&p=$1&r=$2