Images not Loading through subdomain

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
lookAlive123
Forum Newbie
Posts: 3
Joined: Sun Jan 17, 2010 12:36 pm

Images not Loading through subdomain

Post 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.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Images not Loading through subdomain

Post 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.
lookAlive123
Forum Newbie
Posts: 3
Joined: Sun Jan 17, 2010 12:36 pm

Re: Images not Loading through subdomain

Post 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"
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Images not Loading through subdomain

Post 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.
lookAlive123
Forum Newbie
Posts: 3
Joined: Sun Jan 17, 2010 12:36 pm

Re: Images not Loading through subdomain

Post 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.
Post Reply