我尝试了很多直接通过zend.localhost
运行并且感到沮丧
我在xammp
使用kali linux
但它显示在pic中
我在我的httpd-vhost.conf
中添加了这个
<VirtualHost *:80>
ServerName zend.localhost
DocumentRoot /opt/lampp/htdocs/zend/public
<Directory /opt/lampp/htdocs/zend/public>
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
我们需要对您的错误进行更多解释,以帮助您......
你在你的127.0.0.1
中将zend.localhost映射到/etc/hosts
(或你的ip地址)了吗?