开始从我的域名进入网站内容是腾讯云的“hello word”,我将主机中wwwroot下的index.html删除后添加了我的index.html。然后从我的域名进入后还是“hello word”,从“我的域名/index.html”才能进入我的index.html。怎么才能直接输入我的域名进入我修改过的html。
发布于 2018-08-09 06:48:26
web服务器的配置中,默认首页文件的配置可能指定了多个或者与顺序有关。一般默认文件有:
index.htm index.html index.php index.jsp
需要查一下web服务器的配置文件:看看是怎么配置 缺省页面的。
相似问题