gpt4 book ai didi

php - 安装了 MAMP 并将 htdocs 设置为 localhost,但看不到 localhost 中的文件夹

转载 作者:行者123 更新时间:2023-11-29 18:42:44 26 4
gpt4 key购买 nike

我已经在 Windows 7 笔记本电脑上设置了 MAMP,并将 localhost 设置为 htdocs 文件夹。我创建了一个数据库,并在该文件中命名了数据库、用户名和密码后,将 wp-config_sample.php 重命名为 wp-config。

appache 服务器和 MYSQL 服务器已打开。在 Chrome 浏览器中,如果我输入 localhost/,将显示以下内容:

index of/
test.php

但是 htdocs 中名为 testsite 的 wordpress 文件夹不可见在浏览器中,如果我输入 localhost/MAMP/,MAMP 页面将正确显示。如果我输入 localhost:3306/testsite 将显示以下内容:

This page isn’t working
localhost sent an invalid response.
ERR_INVALID_HTTP_RESPONSE

MySQL端口已更改为免费的3306

如果我输入 localhost/testsite 将显示以下内容:

Forbidden
You don't have permission to access /testsite/ on this server.

请让我知道我需要在这篇文章中添加哪些其他信息。谢谢

最佳答案

您需要设置文件夹权限才能查看本地主机中的文件夹

运行命令chmod ***/folder更改权限

@更新:

那么你应该尝试在 Mamp 的主机 file.conf 中添加这样的行

Alias /mytest/ "C:/mytest/" 

<Directory "C:/mytest/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
Require local
</Directory>

关于php - 安装了 MAMP 并将 htdocs 设置为 localhost,但看不到 localhost 中的文件夹,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44839176/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com