Anny Posted August 10, 2003 Posted August 10, 2003 I'm transfering my site to TotalChoice, but didn't changed DNS server of my domain yet. So I'm accessing my site through some address like http://99.99.999.99/~mysite/. All images on my site are refered like this: <img src="/img/image.gif">. But it's not working, the images are not appearing. It's trying to show a image at "http://99.99.999.99/img/image.gif" instead of "http://99.99.999.99/~mysite/img/image.gif". Will it works when I configure my domain's DNS servers? Or I cannot use this way (/img/image.gif) to call the images? Quote
TCH-Rick Posted August 10, 2003 Posted August 10, 2003 Before propagation images can be a problem when you are using relative addresses or using the domain name in the address. It should work fine after the domain has propagated. Quote
TCH-Don Posted August 10, 2003 Posted August 10, 2003 Just wondering if <img src="img/image.gif">. will work instead of your <img src="/img/image.gif">. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.