Page 1 of 1

Linkage! (broken links)

Posted: Fri Oct 07, 2005 9:16 pm
by Tim
Here's what I found on
http://chaotic.beyondunreal.com/c_team.php?view=cut
----------
FurrySound: links go to
http://chaotic.beyondunreal.com/www.furrysound.net
http://chaotic.beyondunreal.com/www.bluesnews.com

Error: Where did that http:// go? You forgot to add http in anchor (a)
Solution:

Code: Select all

<a href="http://www.furrysound.net">FurrySound.net - My House</a>
----------
ChaosUT, ChaosUT2 toggle:
When clicking ChaosUT and going back to ChaosUT2 I get 404 to:
http://chaotic.beyondunreal.com/c2_team.php?view=cut2

Error: You put c2_team.php instead of c_team.php
Solution:

Code: Select all

<a href="/c_team.php?view=cut2">ChaosUT2</a>
------------------------------
I'll edit and bump this post if I find more.

EDIT:
http://chaotic.beyondunreal.com/c_art.php?view=cut
Same error with togling CUT and CUT2 then on Team page!

Posted: Wed Oct 12, 2005 6:18 pm
by MassChAoS
Mark, are you going to fix these? The toggle ones I might need to fix, but the team page should be easy for you to handle.