将Xampp的htdocs文件夹移动到外部USB 2.0硬盘

时间:2017-08-16 05:01:17

标签: xampp hard-drive htdocs

当我在localhost上构建许多虚拟网站时,htdocs文件夹的数据每天都在增加 我想将htdocs文件夹移动到外部硬盘,是否可以这样做? 我尝试编辑httpd.conf文件。但是当我打开localhost时,它会显示“禁止访问!” “403错误”。

Alias /bitnami/ "my-hardisk:/htdocs"
Alias /bitnami "my-hardisk:/htdocs"

<Directory "my-hardisk:/htdocs">
   Options Indexes FollowSymLinks
   AllowOverride All
   Order allow,deny
   Allow from all
</Directory>

我在OSX上使用xampp。

1 个答案:

答案 0 :(得分:-2)

使用XAMPP,如果要在外部硬盘驱动器中移动htdocs文件夹,则只能从XAMPP目录&gt; htdocs访问文件,然后必须在外部硬盘驱动器中重新安装XAMPP。 供参考: - https://www.youtube.com/watch?v=W4plJssbmro