Skip to content

Instantly share code, notes, and snippets.

@hdenguir
Created March 25, 2013 14:23
Show Gist options
  • Save hdenguir/5237465 to your computer and use it in GitHub Desktop.
Save hdenguir/5237465 to your computer and use it in GitHub Desktop.
Virtuel Host
#la configuration "My project test"
NameVirtualHost 127.0.0.1:84
NameVirtualHost 192.168.2.46:84
Listen 127.0.0.1:84
Listen 192.168.2.46:84
<VirtualHost 127.0.0.1:84 192.168.2.46:84>
DocumentRoot "E:\projects\test\dev_client"
DirectoryIndex index.html
<Directory "E:\projects\test\dev_client">
AllowOverride All
Allow from All
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment