]> git.bts.cx Git - cx.git/blob - public/.htaccess
Initial commit
[cx.git] / public / .htaccess
1 # BEGIN CX
2
3 RewriteEngine On
4 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
5 RewriteBase /
6 RewriteRule ^index\.php$ - [L]
7 RewriteCond %{REQUEST_FILENAME} !-f
8 RewriteCond %{REQUEST_FILENAME} !-d
9 RewriteRule . /index.php [L]
10
11 # END CX