Disable PageSpeed module from .htaccess if present

This commit is contained in:
Frederic Guillot
2016-12-19 21:49:53 -05:00
parent 2decbe28b5
commit efb786b5c5
2 changed files with 5 additions and 0 deletions

View File

@@ -14,3 +14,7 @@
# RewriteCond %{HTTPS} !=on
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
</IfModule>
<IfModule pagespeed_module>
ModPagespeed Off
</IfModule>