如何使用APache2在localhost上安装现有的prestashop?由pb配置.conf和虚拟主机

时间:2019-03-28 16:45:53

标签: sql phpmyadmin localhost apache2 prestashop

安装XAMPP之后,我下载了项目代码和SQL数据库: 1)我在phpmyadmin上下载了数据库 2)将项目复制到v​​ar / www / html

现在,我正在尝试通过在站点中添加文件来配置Apache2,并通过etc / apache2进行以下操作:

<         ServerAdmin网站管理员@localhost         DocumentRoot / var / www / html

    <Directory /var/www/html/>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>

    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined

    <IfModule mod_dir.c>
        DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm
    </IfModule>

然后禁用默认设置并启用我的。

但是当我进入localhost:8000时,没有连接,并且数据库似乎位于端口3306上。

您能帮助我更好地了解我应该做什么或做错了什么吗?谢谢!

1 个答案:

答案 0 :(得分:0)

@yasoh Here are the ports used

here are the permissions on the Var/www/html folder

但是现在我有一个新问题,拒绝访问phpmyadmin:“ phpMyAdmin试图连接到MySQL服务器,并且服务器拒绝了连接。您应该检查配置中的主机,用户名和密码,并确保它们与MySQL服务器管理员提供的信息相对应。