Answer the question
In order to leave comments, you need to log in
How to properly set up apache on www?
Tell me how to properly configure apache on www? The config says the following:
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerName http://domain.io
ServerAlias www.domain.io
Redirect / https://domain.io
</VirtualHost>
<VirtualHost *:443>
ServerName domain.io
DocumentRoot ...........
Answer the question
In order to leave comments, you need to log in
ServerName domain.io
ServerAlias www.domain.io
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question