DocumentRoot "C:/xammp/htdocs/domain.test"
ServerName domain.test
ServerAlias *.domain.test
Order allow,deny
Allow from all
ErrorLog "C:/xammp/htdocs/domain.test/log/error.log"
CustomLog "C:/xammp/htdocs/domain.test/log/access.log"
DocumentRoot "C:/xammp/htdocs/domain.test"
ServerName domain.test
ServerAlias *.domain.test
SSLEngine On
SSLCertificateFile "C:/xampp/apache/cert/domain.test/server.crt"
SSLCertificateKeyFile "C:/xampp/apache/cert/domain.test/server.key"
Order allow,deny
Allow from all
ErrorLog "C:/xammp/htdocs/domain.test/log/error.log"
CustomLog "C:/xammp/htdocs/domain.test/log/access.log"