aboutsummaryrefslogtreecommitdiffstats
path: root/web/.htaccess
blob: 6bd539667b73c2876491e94c45e0ee7c69b65b4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json

<FilesMatch "Makefile">
	deny from all
</FilesMatch>

RewriteEngine On
RewriteBase /
RewriteRule ^redirect\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /redirect.php [L]