Posted by Rik on 07/16/06 17:26
Brent wrote:
> I am having a problem with the coding of my website and I am very
> inexperienced with PHP. When using my web browser to go to my site. I
> notice that none of my images are appearing and any link that you
> click on will display an address similar to the one below:
>
>
http://www.vet-homes.comvet-homes.com/searchlisting.php?SF=t&property_for=sale
>
> If you check the picture properties they are showing a similar link
> as
> well.
>
> The actual address should look like the one below:
>
> http://www.vet-homes.com/searchlisting.php?SF=t&property_for=sale
>
> Looking at these links you should be able to see what is different.
>
> I cannot seem to find where the link code is wrong within the php
> coding. I was wondering if anyone would be able to help me resolve
> this issue? Or has any recommendations.
www.vet-homes.comvet-homes.com == www.vet-homes.com & vet-homes.com
You probably doubled the domain somewhere.
Without seeing the code I couldn't say where, just look for the place where
you add the domain, and remove that. Also keep in mind when you don't
totally control your code but use things like a CMS, HTML-builders etc they
could perform their own logic on the links...
Grtz,
--
Rik Wasmus
[Back to original message]
|