aboutsummaryrefslogtreecommitdiffstats
path: root/web/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'web/.htaccess')
-rw-r--r--web/.htaccess27
1 files changed, 0 insertions, 27 deletions
diff --git a/web/.htaccess b/web/.htaccess
deleted file mode 100644
index 89f0ae2..0000000
--- a/web/.htaccess
+++ /dev/null
@@ -1,27 +0,0 @@
-AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json
-
-<FilesMatch "\.(jpg|otf|ico)$">
- Header set Cache-Control "max-age=29030400, public"
-</FilesMatch>
-<FilesMatch "\.(css|js)$">
- Header set Cache-Control "max-age=5184000, public"
-</FilesMatch>
-<FilesMatch "index.html">
- Header set Cache-Control "max-age=2678400, public"
-</FilesMatch>
-<FilesMatch "\.json$">
- Header set Cache-Control "max-age=3600, public"
-</FilesMatch>
-
-<FilesMatch "Makefile">
- deny from all
-</FilesMatch>
-
-RewriteEngine On
-RewriteBase /
-RewriteRule ^redirect\.php$ - [L]
-RewriteCond %{QUERY_STRING} _escaped_fragment_=
-RewriteRule . staticrender.php [L]
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule . /redirect.php [L]