How would i disable google page speed for one domain or user

Amit

Verified User
Joined
Mar 24, 2020
Messages
129
Location
India
Hi,
I have just installed the google page speed module now it effective on our all domains on directadmin What if my user want to not implement this module effect on its domain please help is any thing i need to change in .htaccess to disable it.please help.
 
Hi Amit,

Please add the following to the .htaccess
Code:
 <IfModule pagespeed_module>
     ModPagespeed off
 </IfModule>
 
Back
Top