在kali linux中在LAMP上安装zf2?

问题描述 投票:2回答:1

我尝试了很多直接通过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>
php linux apache zend-framework2 xampp
1个回答
1
投票

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

你在你的127.0.0.1中将zend.localhost映射到/etc/hosts(或你的ip地址)了吗?

© www.soinside.com 2019 - 2024. All rights reserved.