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.
我在“E”驱动器中安装了 php(wamp)。实际上,我的项目在“F:”驱动器中。
如何在 apache httpd.conf 文件中设置文档根目录以访问 F: 驱动器中的项目。
例如,如果我输入“http://127.0.0.1/projectname”,它应该指向“F”驱动器项目。
如果您需要更改文档根目录,则在httpd.conf中找到<Directory并在那里进行更改。它现在很可能是<Directory "c:/wamp/www/">或类似的。更改并保存后,您可以重新启动 WAMP。
另一方面,如果您只想让那个项目“http://localhost/thisproject”指向其他地方,您可以使用别名。