【问题标题】:Why shtml.exe comes in url为什么 shtml.exe 出现在 url
【发布时间】:2013-01-04 13:44:40
【问题描述】:

我在我的 localhost URL 中找到了 shtml.exe。Url 是:localhost/germain/_vti_bin/shtml.exe/reservations.htm。

当我输入此网址时,页面显示 403 错误。

但在现场网站的情况下它工作正常。看这个链接:http://www.germainesluau.com/_vti_bin/shtml.exe/reservations.htm

在 htaccess 中是否需要更改任何设置?

请给我一个建议?

【问题讨论】:

  • 我猜你是在 Linux 上开发你的网站,但最终的服务器运行的是 Windows?
  • @Nippey 目前我正在研究 linux 并在 localhost 中进行测试

标签: html shtml


【解决方案1】:

实时服务器安装了 FrontPage 扩展。

# curl -I http://www.germainesluau.com/_vti_bin/shtml.exe/reservations.htm
HTTP/1.1 200 OK
Date: Fri, 04 Jan 2013 08:57:04 GMT
Server: Apache/2.2.22 (Unix) FrontPage/5.0.2.2635
Content-Length: 18680
Content-Type: text/html; charset=windows-1252

您的本地系统大概没有。看来您可以从 here 获得它们。

就个人而言,我会重写网站以避免它们。如今,它们不是服务器端逻辑的常用工具。 (我不记得在本世纪见过其他人使用这个)。

【讨论】:

  • 感谢您的宝贵回复。实际上我没有开发这个网站。我的任务是解决付款问题。所以我从服务器下载所有文件并在我的本地主机中设置它。如何我可以在我的本地主机中解决这个 shtml.exe 问题吗
  • 按照紧跟 HTTP 响应标头数据的段落安装 FrontPage Extensions。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2012-04-09
  • 1970-01-01
  • 2016-04-03
  • 2011-10-12
  • 2016-11-09
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多