在XAMPP Mac中哪里可以找到htdocs

时间:2017-08-05 03:55:57

标签: xampp htdocs

我无法在XAMPP for Mac上的任何地方找到 htdocs 目录。

YouTube上的许多视频都会向用户显示只需点击“#34;转到应用程序文件夹"但是在我的用户界面上,它显示为:"转到应用程序"只需在http://localhost打开localhost页面。

我在哪里可以找到 htdocs 目录?

16 个答案:

答案 0 :(得分:62)

好的,我刚刚找到解决方案, 在"卷"选项卡,您必须先安装它。然后它出现在桌面上,因为它是一个外部usb,所有数据都在其中:D

答案 1 :(得分:13)

至少对于macbook(os high sierra)去终端并输入或复制粘贴:

cd ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs

答案 2 :(得分:12)

打开xampp应用程序,然后执行以下操作:

  1. 转到:卷,

  2. 单击[安装]按钮,然后

  3. 最后单击浏览。

答案 3 :(得分:7)

您安装了Xampp-VM(VirtualMachine),只需安装其中一个“正常”安装,一切运行正常。

答案 4 :(得分:5)

转到“卷”选项卡,然后单击安装

enter image description here

您可以在侧边栏中的位置下找到它。点击它。

enter image description here

打开此文件夹:Lamp

enter image description here

您可以在Lamp内找到htdocs文件夹,就像下面的屏幕截图一样:

enter image description here

注意:我正在使用macOS Catalina。

答案 5 :(得分:3)

单击卷,然后浏览,然后打开其中包含htdocs的lampp。

答案 6 :(得分:3)

一种方法是打开Finder>Applications>XAMPP(FolderNotTheInstaller)>htdocs

另一种方法是cmd+space并搜索manager-osx,转到Welcome,然后单击Open Application Folderenter image description here

答案 7 :(得分:3)

我已经安装了XAMPP版本7.3.11,启动Apache和其他服务后,转到XAMPP上的“卷”选项卡,然后单击安装按钮,

Mount

然后点击浏览按钮,

Explore

您将为此打开Finder,

Xampp

答案 8 :(得分:2)

对于每个简单实用的访问,您可以通过编辑bash配置文件来添加终端命令,具体如下:

开放式终端 - >键入cd按Enter键。 然后输入nano .bash_profile 然后添加这一行 alias htdocs="cd ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs" 现在点击ctrl + o然后按Enter键,然后点击ctrl + x 现在刷新终端命令,键入以下命令

source .bash_profile

现在,每次要导航htdocs文件夹时都可以使用htdocs命令。

答案 9 :(得分:2)

在XAMPP应用程序窗口(manager-osx)中,单击=>打开应用程序文件夹>> htdocs

现在您打开了目标文件夹。

您可以在下面的图片中看到流程

XAMPP Application window (manager-osx)

打开应用程序文件夹

Application (xamppfiles) folder opened

点击“ htdocs”

Your target folder 'htdocs' opened

现在开始您的开发

答案 10 :(得分:1)

请确保没有其他Apache服务器正在运行,因为当您尝试在浏览器中使用其他端口访问它时,它会生成错误。转到“查找器”,然后在“设备”下方通常会看到Lampp图标。一旦找到了lampp图标,您也可以从任何ide或代码编辑器中打开htdocs,方法是打开文件或项目。确保安装堆栈。

答案 11 :(得分:1)

对我来说是

/Users/your username/.bitnami/stackman/machines/xampp

我正在使用Mac Os Mojave 10.14.5

答案 12 :(得分:1)

只需单击“转到应用程序文件夹” enter image description here

答案 13 :(得分:0)

在Finder菜单中,点击Go->转到文件夹。输入/ Applications / XAMPP

答案 14 :(得分:0)

我使用以下行来定位和编辑xampp下的权限:

chmod 777 ~/.bitnami/stackman/machines/xampp/volumes/root/htdocs/folder

答案 15 :(得分:-1)

简单如......

  

来自用户界面

  • 点击Go->Go to Folder然后点击/Applications/XAMPP/htdocs
  

从终端

cd /Applications/XAMPP/htdocs