Answers for "how to set multiple root in local host wamp"

0

how to set multiple root in local host wamp

NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
    ServerName localhost
    DocumentRoot 'C:\wamp\www'
</VirtualHost>
<VirtualHost 127.0.0.1>
    ServerName myclient.local
    DocumentRoot 'C:\wamp\www\ClientsMyClient'
</VirtualHost>
Posted by: Guest on October-23-2020

Browse Popular Code Answers by Language