Click to See Complete Forum and Search --> : Help with Link Re-direction...


swalsh19
04-05-2007, 10:58 AM
OK I have a weird error happening... I use the same code for multiple link re-directions.

This code:
<A HREF="http://www.delawarepumps.ca/catalog/offline/Sprayers.zip">Sprayers</A>

Directs to:
http://media-nf.media-nf.delawarepumps.ca/catalog/offline/Sprayers.zip


BUT
This Code:
<A HREF="http://www.delawarepumps.ca/catalog/offline/AluminumLoadingRamps.zip">Aluminum Loading Ramps</A>

It directs properly...


Why is the first one trying to go to media-nf.media-nf... instead of www...

?

Steve

equazcion
04-05-2007, 02:51 PM
I think you'll need to post the code that you're using to cause the redirection. Without that I'm not sure anyone can help you.

swalsh19
04-05-2007, 02:53 PM
I posted it above. The page just has a bunch of links to download files.

3/4 of the links direct properly to download the files.

The others replace www with media-nf.media-nf


Its odd...

swalsh19
04-05-2007, 03:02 PM
If the code is needed I can post it in sections. But it is probably easier to save the page as the coding makes it too big to post.

The page is located here...

http://www.compustarcomputers.net/DelawarePumps/Offline%20Download.html

LeeU
04-05-2007, 03:35 PM
The server that is receiving the redirect is probably the one handling it differently.

swalsh19
04-05-2007, 03:44 PM
So what do I do about that?

LeeU
04-05-2007, 04:01 PM
You will need to contact the person handling the Web site and see how they have it set-up to re-direct.

Major Payne
04-06-2007, 03:50 AM
The only redirects are the ones dealing with the links on the Catalog page:

http://www.delawarepumps.ca/dpppg3.html

Mouseover the links on the page and note that they are all http://delawarepumps.ca/cat/link.html

Ron

swalsh19
04-06-2007, 08:11 AM
That is an old page that will be replaced... The page I gave above is the one that is not working.