Is it possible to configure mod_pagespeed just on a part of the website? I have a site.com/forum/ and would like to use mod_pagespeed just on the /forum/ pages.
Asked
Active
Viewed 146 times
1 Answers
1
See https://developers.google.com/speed/pagespeed/module/configuration Location-Specific Configuration section. It explains how you can use .htaccess
file or <Directory>
section in Apache's config to enable mod_pagespeed for only specific website sections.
Additionally see https://developers.google.com/speed/pagespeed/module/restricting_urls how to Allow/Disallow handling of specific URLs.

Mxx
- 2,362
- 2
- 28
- 40