我在计算机上安装了 XAMMP,我必须将 HTML 文件放在哪里才能查看它们?
如果我在浏览器中输入“localhost”,我将进入 XAMPP 的欢迎屏幕,因此一切都已正确安装。
我必须将 html 文件放在哪个文件夹中?
谢谢。
If I enter 'localhost' on my browser, I'm taken to XAMPP's welcome screen so everything is installed correctly.
What folder do I have to put my html files in?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
它应该位于 XAMPP->htdocs 下。
It should be under XAMPP->htdocs.
我的猜测是转到一个文件夹,如果您看到类似
public_html
、htdocs
或www
的内容,它应该到那里。My guess is go up one folder and if you see something along the lines of
public_html
,htdocs
, orwww
, it should go there.通常,这些预安装程序将 apache 重新配置到 htdocs(或 webdir、public_html、www)文件夹,直接在 xampp 文件夹中。根据您的情况,查看
C:\XAMPP\xampp
下Normally, these preinstallers reconfigure apache to a htdocs(or webdir, public_html, www) folder, directly in the xampp folder. Look under
C:\XAMPP\xampp
in your case