为什么shtml.exe会出现在网址中

时间:2013-01-04 13:44:40

标签: html shtml

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

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

enter image description here

但是就实时网站而言,它运作正常。查看此链接:http://www.germainesluau.com/_vti_bin/shtml.exe/reservations.htm

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

请给我一个建议?

1 个答案:

答案 0 :(得分:4)

实时服务器安装了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获得它们。

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