projects
/
glcas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
moved to an sqlite database for config rather then flat text file
[glcas.git]
/
www
/
.htaccess
1
RewriteEngine on
2
RewriteBase /src/eclipse-workspace/glcas/www/
3
RewriteRule ^index\.php.* - [L,B]
4
RewriteRule ^soap\.php.* - [L,B]
5
RewriteCond %{REQUEST_FILENAME} !-f
6
RewriteCond %{REQUEST_FILENAME} !-d
7
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]
8