aboutsummaryrefslogtreecommitdiffstats
path: root/web/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'web/.htaccess')
-rw-r--r--web/.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/.htaccess b/web/.htaccess
index f86bccb..8deaafe 100644
--- a/web/.htaccess
+++ b/web/.htaccess
@@ -20,6 +20,8 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
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]