在kali linux中在LAMP上安装zf2?

时间:2014-12-17 08:22:46

标签: php linux apache zend-framework2 xampp

我尝试了很多直接通过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>

1 个答案:

答案 0 :(得分:1)

我们需要对您的错误进行更多解释,以帮助您...

您是否在您的127.0.0.1中将zend.localhost映射到/etc/hosts(或您的IP地址)?