|
Posted by Stan McCann on 07/16/06 18:27
"Brent" <brentandtonya@adelphia.net> wrote in
news:H9udnQmEwf1F7yfZnZ2dnUVZ_tqdnZ2d@adelphia.com:
> 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.
Most likely, you are using relative links and the server is adding the
server information. Although the server is set up to use www.vet-
homes.com, its real name is www.vet-homes.comvet-homes.com. To change
this behavior, use absolute links (http://www.vet-
homes.com/searchlisting.php?SF=t&property_for=sale) rather than
relative (searchlisting.php?SF=t&property_for=sale).
--
Stan McCann, "Uncle Pirate" http://stanmccann.us/
Implementing negative score for googlegroup postings, see
http://blinkynet.net/comp/uip5.html
A zest for living must include a willingness to die. - R.A. Heinlein
Navigation:
[Reply to this message]
|