Error: The requested URL could not be retrieved

T

tenspeeddrive

I get an error when clicking on the following link:

<a
href="http://photos1.blogger.com/img/272/3443/640/FileNameGoesHere.jpg"
target="_blank">Photo</a>

The address bar correctly contains the following URL:

http://photos1.blogger.com/img/272/3443/640/FileNameGoesHere.jpg

However, the resultant page is what is displayed below...

===== START PAGE =====

While trying to retrieve the URL:
http://127.0.0.1:8000/img/272/3443/640/FileNameGoesHere.jpg

The following error was encountered:

Access Denied.
Access control configuration prevents your request from being allowed
at this time. Please contact your service provider if you feel this is
incorrect.

Your cache administrator is root.

-------------------------------------------------------------------

Generated Sun, 06 Mar 2005 07:28:13 GMT by photos1.blogger.com
(squid/2.5.STABLE3)

===== END PAGE =====

If I copy and paste the address bar URL into a new browser window, the
JPG is correctly displayed. After that, subsequent clicks on the page
link correctly render the JPG.

Does anyone know how to keep this from happening?

Thanks in advance!
 
R

Robert Aldwinckle

http://127.0.0.1:8000/img/272/3443/640/FileNameGoesHere.jpg

<sigh/> What OS?

You need to find out what program is serving port 8000

In XP you could do this in a command window:

netstat -abopv TCP | find "8000"

and then use the PID and the list of modules that that finds
to figure out what is running to generate that message.

If you are aware enough about what is serving on your system
you may not need such a diagnostic, in which case not knowing
your OS won't matter.


Good luck

Robert Aldwinckle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top