我在我的 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中是否有任何设置需要更改?
请给我一个建议?
我在我的 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中是否有任何设置需要更改?
请给我一个建议?
实时服务器安装了 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
您的本地系统大概没有。看起来你可以从这里得到它们。
就个人而言,我会重写网站以避免它们。如今,它们不是服务器端逻辑的常用工具。(我不记得看到其他人使用这个世纪)。