We have just completed a site update using Colossus in our dev store and are really happy with the result. Even though everything displays normally, we have found a 403 Forbidden status code returned with images loaded on 414 pages -- basically every category page with a cattree image and every product page. All images were uploaded to the same directory "graphics/00000001/". The 403 status is returning "dev.floorballplanet.com/Merchant2/" rather than the full path to the image. All of these errors are generated when the image is called under the <picture> tag.
In looking at the source code for a sampling of pages, the 403 seems to happen when the image is generated on the category or product page using the "data-lazy" call. For example <picture class="t-subcategory-navigation__picture"> <img class="t-subcategory-navigation__image" data-lazy="graphics/00000001/AERO-C_spread.jpg" src="" alt="Balls"> </picture>.
What is best way to correct this? We use URI management and all internal links seem to work just fine.
In looking at the source code for a sampling of pages, the 403 seems to happen when the image is generated on the category or product page using the "data-lazy" call. For example <picture class="t-subcategory-navigation__picture"> <img class="t-subcategory-navigation__image" data-lazy="graphics/00000001/AERO-C_spread.jpg" src="" alt="Balls"> </picture>.
What is best way to correct this? We use URI management and all internal links seem to work just fine.
Comment