uhlhosting commented on issue #1720:
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1720#issuecomment-733287427


   I have set the pagespeed HttpCacheCompressionLevel 0; . Still I hit the 
white blank pages, and another issue is that any link after uhl.site/testme.php 
will hit the blog page, and not a 404 page. So i think the last change 
suggested to change from 
   try_files $uri =404;
   this try to find a file that match the uri and if not found return a 404. 
Better try to use this
   try_files $uri $uri/ /index.php$is_args$args ; this rule is already in 
rewrite url, since this is specific to wordpress. Yet by changing that maybe 
that affects now and everything I write after / with .php in end will hit the 
blog page, thats not expected behaviour or is this normal with pagespeed?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to