Remove mod_pagespeed (a caching module enabled by default)

Our servers use mod_pagespeed by default.

This is an open source module which compresses pages & website assets automatically. 

This will speed up your site dramatically so we recommend you leave it on.

If you wish to turn it off (for example, if you are developing your website) please use the following code within your .htaccess file (in the root directory of your website): 

<IfModule pagespeed_module>
 ModPagespeed off
</IfModule>



  • 17 Users Found This Useful
Was this answer helpful?

Related Articles

How to enable Gzip to speed up your website

Navigate to the www directory of your website.Open or create a .htaccess file.Copy the following...

How to use your .htaccess file to minify your CSS / Javascript

<IfModule mod_rewrite.c>RewriteEngine on # You may need RewriteBase on some...

How to install Django on shared cPanel hosting

- Log into your account using SSH. - pip install django==1.8.7- pip install flup==1.0.2 - cd ~...

Powered by WHMCompleteSolution