By Chempo
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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Open a console terminal and type:
cd /etc/apache2/sites-available
I don’t know how you setup your website via configuration but open the correct file that’s associated with chempo.com.
In there, there will be a line that probably says:
ServerName www.chempo.com
Underneath it, add this:
ServerAlias chempo.com
Save and restart apache2
service apache2 restart
Hopefully, that should allow web requests with and without www.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.