Disable PageSpeed module from .htaccess if present
This commit is contained in:
@@ -14,3 +14,7 @@
|
||||
# RewriteCond %{HTTPS} !=on
|
||||
# RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
|
||||
</IfModule>
|
||||
|
||||
<IfModule pagespeed_module>
|
||||
ModPagespeed Off
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user