Answer the question
In order to leave comments, you need to log in
How to set up a subdomain, what am I doing wrong?
I bought a VDS, I want to set it up myself I
stuck it at the stage of creating subdomains
This is how the /etc/apache2/apache2.conf file looks like
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
<VirtualHost *:80>
ServerName tireplaces.musaevhs.info
DocumentRoot /var/www/tireplaces
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question