Hello,
I want to know how to create sub domains manually. If we add wildcard settings to vhost apache2 conf what else we should do? For example apache2 vhost conf :
<VirtualHost *:80> DocumentRoot /var/www/test.com ServerName test.com ServerAlias *.test.com </VirtualHost>
I want to reach to website same directory if i enter try.test.com, lab.test.com whats the simplest dns settings for this? which dns server how to?
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!
You can add a wildcard CNAME record that points to
domain.com
:@
points to the ORIGIN which is usually your domain name.