My website url is: http://collegeadviser.in/ It is reachable using droplet ip address but not working with the domain name.
Nameservers set at GoDaddy are: ns1.digitalocean.com ns2.digitalocean.com ns3.digitalocean.com
DNS records at DO:
Type: A Hostname: *.collegeadviser.in Value: 139.59.31.108
Type: A Hostname: collegeadviser.in Value: 139.59.31.108
Type: CNAME www is an alias of collegeadviser.in
Help please!
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
First install Nano
Then use this command to make a new file in the /etc/apache2/sites-available directory.
Then this is one of many examples on the Apache documentation which you can edit to meet you needs.
Once you’ve saved that using nano then type
From there you should see your domain in the list and then you type that domain you want to add to sites-enabled. You will also want to restart or reload the apache2 service after you have done that step by
Now you should have a working site on both www and non www
@collegemotion
Please post your virtual host so we can make sure your settings are correct.
If using
apache2
web server you can find it here/etc/apache2/sites-enabled
and if using nginx you can find it here/etc/nginx/sites-enabled
thanks.