Apache cPanel PageSpeed Disable Feature on htaccess
Disable Apache's PageSpeed Mod Feature with a Simple .htaccess snippet.
This is the short snippet to disable Apache Automatic on cPanel PageSpeed Optimization.
<IfModule pagespeed_module> ModPagespeed off </IfModule>