ws420 commented on issue #1681: Uncacheable content, preventing rewriting of 
image
URL: 
https://github.com/apache/incubator-pagespeed-ngx/issues/1681#issuecomment-595084075
 
 
   Yes, I have something similar in my htaccess. I added the new line but it 
doesn't seem to change anything, unless I did something wrong
   
   
   ```
   RewriteEngine On
   RewriteBase /
   RewriteRule ^index\.php$ - [L]
   
   
   RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
   
   RewriteCond %{REQUEST_URI} !pagespeed
   RewriteCond %{REQUEST_FILENAME} -f [OR]
   RewriteCond %{REQUEST_FILENAME} -d
   RewriteRule ^ - [L]
   RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) wp/$2 [L]
   RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ wp/$2 [L]
   RewriteRule . index.php [L]
   ```
   
   This URL still works fine for me: 
   view-source:https://www.weedstreet420.com/?PageSpeedFilters=%2Bdebug

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to