gitlab_medici/html/nobtc/app/webroot/.htaccess @ 6daefa8c
1 |
<IfModule mod_rewrite.c> |
---|---|
2 |
RewriteEngine On |
3 |
RewriteBase /nobtc/
|
4 |
RewriteCond %{REQUEST_FILENAME} !-d
|
5 |
RewriteCond %{REQUEST_FILENAME} !-f
|
6 |
RewriteRule ^(.*)$ cake-index.php?url=$1 [QSA,L]
|
7 |
RewriteRule ^$ pages/index [R]
|
8 |
</IfModule> |