aboutsummaryrefslogtreecommitdiffstats
path: root/web/.htaccess
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-09 07:32:30 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-09 07:32:30 -0400
commit3471f848e6cbdbbd24e2e6552e3f3c6b9398811a (patch)
tree765c78c277ca2e1baa26e9254cbdf12a502e337d /web/.htaccess
parentAdd server executer based on htmlunit. (diff)
downloadPhotoFloat-3471f848e6cbdbbd24e2e6552e3f3c6b9398811a.tar.xz
PhotoFloat-3471f848e6cbdbbd24e2e6552e3f3c6b9398811a.zip
Integrate static rendering.
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]