之前有人在我的电脑上创建了一个index.htm文件,但我找不到htm doc了(忘了它的位置)。
现在我需要通过浏览器上的localhost显示一些内容,但只要在地址栏上输入“localhost”或127.0.0.1,它就会一直显示旧页面。
有什么办法可以将localhost页面重置为默认值?
答案 0 :(得分:1)
Internet Information Services (IIS) Manager
上的Administrative tools
,
在左侧树上找到Default Web
网站,然后右键单击它并选择探索,你会在那里找到htm。如果删除index.htm,localhost将显示默认页面。