【发布时间】:2015-02-15 17:41:29
【问题描述】:
我尝试了很多直接通过zend.localhost 并且感到沮丧
我在kali linux中使用xammp
但它显示在图片中
我在我的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>
【问题讨论】:
标签: php linux apache zend-framework2 xampp