Author Topic: Error Loading External Link  (Read 527 times)

0 Members and 1 Guest are viewing this topic.

Offline Johnmac

  • Senior Contributor
  • ****
  • Posts: 170
    • Westminster Massachusetts Weather
Error Loading External Link
« on: February 16, 2017, 03:15:06 PM »
I added an external link to my home page called "Scanner Feed". when I click on it, I get a "page not found error" and this error message "net::ERR_BLOCKED_BY_CLIENT"

The main page is "scannorthcounty.net" and the external link is "Scanner Feed"

Tried opening the page in both Chrome and IE 11.

Is there something I need to add to the external link?

Thanks,

John


John
Westminster, MA USA

Offline Jáchym

  • Meteotemplate Developer
  • Forecaster
  • *****
  • Posts: 8605
    • Meteotemplate
Re: Error Loading External Link
« Reply #1 on: February 16, 2017, 03:21:36 PM »
Hi John,
it is basically impossible to help you if you do not provide link to your site

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9279
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Error Loading External Link
« Reply #2 on: February 16, 2017, 03:34:16 PM »
Assuming scannorthcounty.net is the site, then the Scanner link there has HTML of
Code: [Select]
<li><a href="http://scannorthcounty.net/scanner/scanner.html/" title="Scanner Feed">Scanner Feed</a></li>
You need to remove the trailing / on the link so the scanner.html page can be loaded like
Code: [Select]
<li><a href="http://scannorthcounty.net/scanner/scanner.html" title="Scanner Feed">Scanner Feed</a></li>
N.B. : the 'scanner.html' page in that directory is empty (no content)
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline Johnmac

  • Senior Contributor
  • ****
  • Posts: 170
    • Westminster Massachusetts Weather
Re: Error Loading External Link
« Reply #3 on: February 16, 2017, 04:10:42 PM »
Assuming scannorthcounty.net is the site, then the Scanner link there has HTML of
Code: [Select]
<li><a href="http://scannorthcounty.net/scanner/scanner.html/" title="Scanner Feed">Scanner Feed</a></li>
You need to remove the trailing / on the link so the scanner.html page can be loaded like
Code: [Select]
<li><a href="http://scannorthcounty.net/scanner/scanner.html" title="Scanner Feed">Scanner Feed</a></li>

N.B. : the 'scanner.html' page in that directory is empty (no content)

Ken,

I did try it both ways with the trailing / and without. At any rate it is now working and again I thank you for your assistance.

Not sure why that file was empty, fortunately I had a backup.

Thanks again,

John
John
Westminster, MA USA