Linking Problem...please help:(

liunx

Guest
Uh, hi there I'm new here so please take pity on me.<br />
<br />
I put a link to another page on my website. Now the problem is that it dosent thake you to the exact page it takes you to the starting page (I hope this makes sense). How Do I get the link to go to the specific page I've chosen ratherthan the site's home page?<br />
<br />
Here's an example of my problem<br />
<br />
The link is suppose to take you here: <!-- w --><a class="postlink" href="http://www.joecartoon.com/pages/specialgift">www.joecartoon.com/pages/specialgift</a><!-- w --><br />
<br />
But instead it takes you here: <!-- w --><a class="postlink" href="http://www.joecartoon.com/pages/home">www.joecartoon.com/pages/home</a><!-- w --><br />
<br />
How do I get the link to go to this one:<br />
<!-- w --><a class="postlink" href="http://www.joecartoon.com/pages/specialgift">www.joecartoon.com/pages/specialgift</a><!-- w --><br />
<br />
Pleae help.<br />
<br />
Thank you.<!--content-->Tell me if you are using a special program to write your web pages.<br />
<br />
Normally, you do this:<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"url of the page to go to">Text</a><br />
<br />
In your case:<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.joecartoon.com/pages/specialgift">Text</a><br />
<br />
Am I getting it wrong?<!--content-->That's what I did. But it dosen't seem to be working. How can I fix it? I really need it to go to that page. I don't think it's anything special, I'm using Garymatter if that helps.<br />
<br />
I really hope you can help.<!--content-->Do you REALLY have a page called "specialgift" at that location, not eg "specialgift.html" ?<!--content-->It looks like there's some sort of server-side redirect happening.<!--content-->Hehe<br />
<!-- w --><a class="postlink" href="http://www.joecartoon.com/pages/specialgift/">www.joecartoon.com/pages/specialgift/</a><!-- w --> <br />
(the amazing power of the slash)<br />
The slash tells the server that you are looking for a directory, not a resource.<!--content-->
 
Back
Top