Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 C 驱动器中安装了我的 XAMPP,通常,我将文件保存在此位置C:\xampp\htdocs并将其作为localhost/example.php运行。如果我将项目文件夹更改为E:\project\example.php,需要在 XAMPP 中更改哪些设置才能从 C:\ 以外的其他保存位置运行文件?.
您可以通过编辑 XAMPP\apache\conf\httpd.conf 中的 DocumentRoot 条目来重新定位您的项目。在那里,您必须替换 DocumentRoot C:\xampp\htdocs\ 这一行
和:
DocumentRoot E:\Project\
本教程将逐步指导此操作。
http://mattots.blogspot.com/2009/10/changeing-document-root-in-xampp.html