When I insert relative links into my web page.
Apparently when my friends test it out, all the links are broken, because apparently that computer takes the whole URL as the directory...
so...
maybe the root url is
http://www.wehateurls.com
and the page you're viewing is
wehateurls.php
the relative link < a href = " gohere.php " > Go Here! < / a >
points to
Are you using dreamweaver to link your pages up? If so - that probably explains why it's trying to link into a directory that doesn't exist, maybe you selected the root URL as the root site directory?
An easy way to solve this, if the site is small enough, is to handcode the links. That way you have ultimate control over the site.
Another way may be to change the relative links to absolute, and ensure that the link is to the page name only, no directories.
Bookmarks