Need help with virtual host.
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
DocumentRoot "C:/xampp/htdocs/"
ServerName localhost
</VirtualHost>
<virtualhost *:80>
ServerAdmin webmaster@doogals.home
DocumentRoot "c:/xampp/htdocs/doogals"
ServerName doogals.home
ServerAlias […]
See original post by invalid@example.com (JohnD2117)
Leave a Reply
You must be logged in to post a comment.