Page 1 of 1
Images not Loading through subdomain
Posted: Sun Jan 17, 2010 12:44 pm
by lookAlive123
When I access my page through sub.example.com, no images load.
When I access that same page through
http://www.example.com/dir/dir/ all of the images load.
I have tried everything that I can think of with my img tag to make this work, and it doesn't
so... any help would be appreciated please.
Re: Images not Loading through subdomain
Posted: Mon Jan 18, 2010 11:00 am
by kaszu
This is vague, please explain where are those images, what are src="" of img tags, and maybe some code what you have tried.
Re: Images not Loading through subdomain
Posted: Sun Jan 24, 2010 6:49 pm
by lookAlive123
Thank you for the reply
Sorry for the extremely delayed response.
The img tags are all similar to this; img src="http://www.fundedia.com/clients/Dkirkland/images/home_button.png"
But it also doesn't work when I try; img src="images/home_button.png"
img src="/images/home_button.png"
Re: Images not Loading through subdomain
Posted: Mon Jan 25, 2010 11:26 am
by kaszu
When I try to access
http://www.fundedia.com/clients/Dkirkla ... button.png I get 505 Internal Server Error, so it's something on server-side, not client-side.
Also in
http://www.fundedia.com/clients/DKirkland/images/ there are no files. Note that on nix file and folder names are case sensitive.
Re: Images not Loading through subdomain
Posted: Mon Jan 25, 2010 5:01 pm
by lookAlive123
I changed all the file paths to relative file paths, and uploaded all the pics again. They all work when I direct my browser to
http://www.fundedia.com/clients/DKirkland/
but not the subdomain davidkirkland.fundedia.com which directs to the same place.