LuigiMdg commented on issue #1981: Images Not Showed
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1981#issuecomment-583345644
 
 
   I've solved by adding this code to _Apache .conf_ file:
   
   ```
   <Location /img/cms>
       <IfModule mod_rewrite.c>
         RewriteEngine Off
       </IfModule>
   </Location>
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to