You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pagespeed.apache.org by os...@apache.org on 2019/05/16 20:52:51 UTC

[incubator-pagespeed-website] branch asf-site updated: Update .htaccess

This is an automated email from the ASF dual-hosted git repository.

oschaaf pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-pagespeed-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 75e18b7  Update .htaccess
75e18b7 is described below

commit 75e18b719127214c70707cdf4592b034fcf07786
Author: Otto van der Schaaf <os...@we-amp.com>
AuthorDate: Thu May 16 22:52:48 2019 +0200

    Update .htaccess
    
    remove ModPagespeed directives from .htaccess for now
---
 content/doc/.htaccess | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/doc/.htaccess b/content/doc/.htaccess
index 38821b0..a0110ea 100644
--- a/content/doc/.htaccess
+++ b/content/doc/.htaccess
@@ -26,13 +26,13 @@ RewriteCond %{REQUEST_FILENAME}.html -f
 RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
 
 # Turn on mod_pagespeed to optimize our docs.
-ModPagespeed on
-ModPagespeedRewriteLevel CoreFilters
-ModPagespeedEnableFilters collapse_whitespace
-ModPagespeedEnableFilters remove_comments
-ModPagespeedInPlaceResourceOptimization on
+#ModPagespeed on
+#ModPagespeedRewriteLevel CoreFilters
+#ModPagespeedEnableFilters collapse_whitespace
+#ModPagespeedEnableFilters remove_comments
+3ModPagespeedInPlaceResourceOptimization on
 
 # Do not optimize these resources which are used for blogpost
-ModPagespeedDisallow */puzzle_optimized_to_low_quality_webp.webp
-ModPagespeedDisallow */puzzle_optimized_to_low_quality_webp_and_saved_as_png.png
-ModPagespeedDisallow */puzzle_original.jpg
+#ModPagespeedDisallow */puzzle_optimized_to_low_quality_webp.webp
+#ModPagespeedDisallow */puzzle_optimized_to_low_quality_webp_and_saved_as_png.png
+#ModPagespeedDisallow */puzzle_original.jpg