Firefox redirects pages with relative img paths?
-
I noticed a strange issue in Firefox, I haven’t noticed before and it’s not happening in Chrome or Safari.
The site is redirecting pages, sometimes in an infinite loop, but only in Firefox. This page, has the URL redirecting to the Slider Pro plugin directory over and over in the same tab and the URL keeps concatenating on itself. If I disable the plugin (which hasn’t been updated in the last several months), the problem goes away, though of course the slider images are gone.
Other pages, were redirecting to image .png files in FF only. This issue I solved, but doesn’t make any sense. A page that had 5 image tags with relative URLs was redirecting automatically to the image .png files in the browser randomly. Setting the absolute path fixed the issue, but I have no clue why. When I changed the src parm below, which was where the code was redirecting, to be prefixed with ‘https://www.relnei.org’ the problem went away.
<a href="https://www.relnei.org/publications/nh-teacher-evaluation-system-study.html" > <img class="img-responsive storydocs" src="/wp-content/uploads/2016/08/the_cover.png"></a>
The other browsers are fine. Anyone have a clue on this one?
- The topic ‘Firefox redirects pages with relative img paths?’ is closed to new replies.