Question
Files on the server loads only when it is accessed through www
So I have image on the server located in the images folder.
It serves as a Thumbnail when my site is shared on social media.
But, it can only be viewed when you go to my site with www:
http://www.chempo.com/images/thumbnail.png
and if you remove www it shows 404:
http://chempo.com/images/thumbnail.png
Does anybody know what is the problem? What do I need to do to fix this?
Thanks in advance.
P.S.
My droplet is on Ubuntu 14.04
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
What do you have in your apache virtualhost configuration for this domain? Also, is anything being recorded in your error log when the 404 is returned?
ok I’ve just understood what is the problem literally minutes after posting the question.
in /var/www/ location I have “chempo.com” and “html” folder.
both of these folders have version of the site in it.
When site is accessed through www it reads it from “chempo.com” folder and when it is accessed without www it reads from “html” folder.
I need to change (I think) 000-default.conf file to read from chempo.com folder.
I’ll do that and let you know.
EDIT: nope didn’t do it