Jump to content

Multiple websites hosted on 1 VPS

Khoomn

So I have an OVH and I'm trying to figure out how to split up the two domains so they have different website features. Currently my websites https://khoomn.xyz and https://purves.xyz are using the same folder but I want to split them up into two different folders. I'm using apache2 to run these sites.

image.png.bdec864dfa7a6b91100b36bde0d5acad.png

Link to comment
Share on other sites

Link to post
Share on other sites

I don't know how fancy OVH's control panel is. 

But uf you're using Linux you can edit the apache config manually

https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04

 

the magic happens in /etc/apache2/sites-available/

 

this will allow you to have seperate websites on the same IP address using multiple domains

Link to comment
Share on other sites

Link to post
Share on other sites

30 minutes ago, cloneman said:

I don't know how fancy OVH's control panel is. 

But uf you're using Linux you can edit the apache config manually

https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04

 

the magic happens in /etc/apache2/sites-available/

 

this will allow you to have seperate websites on the same IP address using multiple domains

I just tried the page but for some reason one of the two domains is working and i set them up the exact same way

 

Edit: Nvm im stupid, i put khooomn instead of khoomn

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×