XAMPP 或 Apache 中的多个 DocumentRoot
设置 XAMPP 的最佳方法是什么,以便当我访问
http://localhost1
时它会访问文件夹 C:\localhost1
并在我输入
时http://localhost2
它访问文件夹C:\localhost2
?
What would be the best way to set up XAMPP so that when I go to
http://localhost1
it access the folder C:\localhost1
and when I type
http://localhost2
it access the folder C:\localhost2
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我昨天已经回复了,应该可以满足您的需求:
修改两个网站的 htaccess 文件
I've done a response yesterday that should fit your needs:
Modify htaccess file for two sites
在 apache conf 中使用别名
http://www.apachefriends.org /f/viewtopic.php?f=16&t=36801
在 htdocs 之外制作 XAMPP/Apache 服务文件
Use Alias in apache conf
http://www.apachefriends.org/f/viewtopic.php?f=16&t=36801
Make XAMPP/Apache serve file outside of htdocs