Hi, I would like to setup a Testing / Production environment on my LAMP Droplet.
Basically I have currently two folders under /var/www
, let’s say:
/var/www/siteA/ --> used for production
/var/www/siteB/ --> used for development
my goal is to be able to access the two sites like this: SiteA: http://my.ip.address/siteA SiteB: http://my.ip.address/siteB
but currently whenever I try to access siteB I always get redirected to siteA
How to setup Apache to achieve this? Thanks in advance!
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!
Hi, Apache virtual hosts are a good solution to hosting two sites at different URLs, and this tutorial can help you get it setup. https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts