PDA

View Full Version : Photographer website doesn't work


photocroatia
3rd of March 2006 (Fri), 22:21
I just noticed that the photographer website doesn't seem to work, for example for this photo: http://www.photocroatia.com/GALLERY/photo.php?photo=13219&u=22538|111

Click on Photographer and then the website and you will see it doesn't work.

Has anybody else noticed this?

Regards,
David

wkitty42
4th of March 2006 (Sat), 01:53
in looking at the resulting code, it appears that you are not prefixing "http://" in front of them so they are defaulting to your domain and url with whatever tacked on to the end... i'd also recommend putting a trailing "/" so that you don't get or cause two hits for "plain" urls...

ie: http://foo.bar/ instead of http://foo.bar

the second will result in a redirect to the first, in 99% of the cases... this is true for all urls that drop into a directory and grab a default index file... ;)

photocroatia
4th of March 2006 (Sat), 19:49
Thank you very much that fixed the problem.