3

我已经在 C 驱动器中安装了我的 XAMPP,通常,我将文件保存在此位置C:\xampp\htdocs并将其作为localhost/example.php运行。如果我将项目文件夹更改为E:\project\example.php,需要在 XAMPP 中更改哪些设置才能从 C:\ 以外的其他保存位置运行文件?.

4

2 回答 2

6

您可以通过编辑 XAMPP\apache\conf\httpd.conf 中的 DocumentRoot 条目来重新定位您的项目。在那里,您必须替换 DocumentRoot C:\xampp\htdocs\ 这一行

和:

DocumentRoot E:\Project\
于 2012-09-12T06:30:35.357 回答
3

本教程将逐步指导此操作。

http://mattots.blogspot.com/2009/10/changeing-document-root-in-xampp.html

于 2012-09-12T09:26:13.507 回答