Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Web Site Functionality _ Pages won't load

Posted by: chris montez May 25 2020, 06:11 PM

My website, https://iditarodtours.com, works fine on all of my 4 computers running different OS and a variety of browsers. However out of the 12 page website, I get a 404 error on 2 of the pages using Chrome on my Ipad mini. The other 10 pages load fine with Chrome, all of the pages load fine using the Safari browser on the Ipad and all of the pages load fine using Chrome on my other computers. I have no idea where to start on this problem as the caches are cleared and the code is the same for each page. These are the 2 pages that won't load in Chrome on the Ipad:
https://iditarodtours.com/startcombo/index.htm
code <li><a href='../iditarod/index.htm'><span>6 Day Race Start</span></a></li>

https://iditarodtours.com/iditarod/index.htm
code: <li><a href='../startcombo/index.htm'><span>11 Day Race Start / Trail Tour </span></a></li>

This page loads fine with the same coding format:
<li><a href='../mcgrath/index.htm'><span>5 Day Checkpoints Tour</span></a></li>

Any help would be appreciated.




Posted by: Darin McGrew May 25 2020, 08:09 PM

I'd start by fixing the syntax errors reported by the validator. A lot of them seem to be quote characters that are being used incorrectly:
https://validator.w3.org/nu/?doc=https%3A%2F%2Fiditarodtours.com%2F

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)