reaplced the git service code (main gitbackendinterface()) with a new
[gwvp.git] / www / .htaccess
1 RewriteEngine on
2 RewriteBase /src/eclipse-workspace/gwvp/www/ 
3 RewriteRule ^index\.php.* - [L,B]
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]
7