other images not loading
  • havent changed any of my setting but on one of our sites the images that are not part of the newscoop articles are not showing - adverts and our newsletters

    had the same problem years ago so added
      RewriteCond %{REQUEST_URI} "/newsletter/"
        RewriteRule (.*) $1 [L]

      RewriteCond %{REQUEST_URI} "/ads/"
        RewriteRule (.*) $1 [L]

    but i still have nothing
  • 1 Comment sorted by
  • have now added
    RewriteCond %{REQUEST_URI} !/+ads
    RewriteCond %{REQUEST_URI} !/+newsletter

    next to the video templates lines and it now works
This discussion has been closed.
All Discussions