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.
Images not Loading through subdomain
Moderator: General Moderators
-
lookAlive123
- Forum Newbie
- Posts: 3
- Joined: Sun Jan 17, 2010 12:36 pm
Re: Images not Loading through subdomain
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
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"
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
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.
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
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.
but not the subdomain davidkirkland.fundedia.com which directs to the same place.