Hi!
I’ve decided to give digitalocean a try. I wanted to have more control of my remote dev enviroment but I guess it was more of the need to get my hands dirty with server management.
I’ve bought domain with local hosting and would like to point subdomains with projects on my Digital Ocean VPS.
Is there a way to setup vhosts in a way that they would simply point to a specific folder that when I create a new folder it would be automaticall “mapped”? Also do I have to create the specific subdomain with my local hosting service every time i need a new one? Or if i point my domain to the droplet all new subdomains will automatically work?
What are my options here? Thanks!
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!
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.
You can try mod-vhost-alias.
You can use VH like following:
I tested it and it worked for me.
%0
means it will substitute it with full link. So if someone goesexample.example.com
, it’ll use it. You can also use%1
, to use only first part. For more look at above link provided.Edit, Just to note, you need to add wildcard CNAME record @ to make desired effect.