我从我的提供商(Windows 2008 R2,IIS 7.5)有一个新的VPS安装。 默认的网站工作正常:http: http://5.9.251.167/ 我创build了一个新网站,并绑定了http://new.ianquigley.com 在该服务器和该域映射到IP地址的其他任何地方。 (例如ping new.ianquigley.com)。 我创build了子文件夹c:\inetpub\wwwroot\com.ianquigley并创build了一个HTML文件index.html ,内容为“ <html>cake</html> ” 该网站的默认文档是index.html 在服务器上,我浏览到http://new.ianquigley.com/index.html并得到一个404错误。 该网页说: HTTP Error 404.0 – Not Found The resource you are looking for has been removed, had it's name changed, or is temporarily unavailable. Detail: Module: IIS Web Core Notification: HttpRequestHandler Handler: StaticFile Error Code: 0x80007002 Request URL: http://new.ianquigley.com/index.html […]