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>

View File

@ -11,6 +11,7 @@ Improvements:
* Handle username with dots in user mentions
* Replace Chosen jQuery plugin by custom UI component
* Rewrite UI component that change user/group roles
* Disable PageSpeed module from .htaccess if present
Bug fixes: