sigil88
8/1/2017 - 10:39 PM

apache httpd-vhosts.conf - wamp config

apache httpd-vhosts.conf - wamp config

# Virtual Hosts
#

<VirtualHost *:80>
	ServerName localhost
	DocumentRoot c:/wamp64/www
	<Directory  "c:/wamp64/www/">
		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local
	</Directory>
</VirtualHost>

<VirtualHost *:80>
	ServerName local.dev
	DocumentRoot c:/dev
	<Directory  "c:/dev/">
		Options +Indexes +Includes +FollowSymLinks +MultiViews
		AllowOverride All
		Require local
	</Directory>
</VirtualHost>
#
# C:\Windows\System32\drivers\etc\hosts

127.0.0.1 local.dev