RSS item title/description is configurable now.
[viewgit.git] / .htaccess
blob47dc0b3b4c76a0b41926b497d4bd3e3c1e91fd23
1 Options -Indexes
2 php_flag register_globals off
3 php_flag magic_quotes_gpc off
5 RewriteEngine On
6 RewriteBase /~hoxu/viewgit/
7 RewriteRule ^([^.]*).git/(.*)   ?a=co&p=$1&r=$2