Question
how to redirect on Ubuntu/Apache from domain.org/public_html to domain.org?
After following the steps from these 2 articles:
1. https://www.digitalocean.com/community/articles/how-to-launch-your-site-on-a-new-ubuntu-12-04-server-with-lamp-sftp-and-dns
2. https://www.digitalocean.com/community/articles/how-to-set-up-apache-virtual-hosts-on-ubuntu-12-04-lts
I'm able to type in my domain name and get some where, except I get to the default apache view of what's inside a directory. The one item in there is a directory named public_html.
Because of the articles, I put my files into the public_html directory. How do make my droplet serve the files in public_html when someone goes to my domain name?
I figure it has to do with:
-htaccess?
-httpdconf?
-symlink?
-virtual host?
I would love to be able to make sense of this stuff. thanks!
Add a comment
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.
×