summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 9da74f57..77ad71ee 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,3 +14,7 @@
# RewriteCond %{HTTPS} !=on
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
</IfModule>
+
+<IfModule pagespeed_module>
+ ModPagespeed Off
+</IfModule>