Virtual host in Apache Zend
- by llocani
I'd like to ask you if you can tell me why I can't get Vhost in Apache to work my Vhostconf is:
NameVirtualHost *:80
<VirtualHost _default_:80>
ServerAdmin webmaster@dummy-host2.example.com
DocumentRoot "E:/Archivos de programa/Zend/Apache2/htdocs"
ServerName localhost
<Directory "E:/Archivos de programa/Zend/Apache2/htdocs">
…