显示带有和不带有 .htm 的页面的 url
被这个难住了。通过Google网站管理员工具发现我网站上的.htm页面可以通过{page}或{page}.htm访问。它是 {page}.htm 作为静态文件,我从头开始构建服务器,所以我知道没有重写或 apache 配置正在执行 AFAIK。乌班图10.04。
有什么建议吗?
有问题的页面是:
http://www.hello-grancanaria.co .uk/accommodation/balito-beach-2387
尝试在末尾添加 .htm。
问候。
Stumped with this one. Found out through Google webmaster tools that a .htm page on my website can be accessed either by {page} or {page}.htm. it is {page}.htm as a static file and i built the server from scratch so i know there is no rewrites or apache configs that are doing AFAIK. Ubuntu 10.04.
Any suggestions?
A page in question is:
http://www.hello-grancanaria.co.uk/accommodation/balito-beach-2387
try adding the .htm on the end.
regards.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
修好了!
显然,这是 MultiViews 的作品。只需从 apache conf 文件中删除它,现在就找不到不带 .htm 的链接了。完美的。
Fixed it!
Apparently, its the work of MultiViews. Simply delete this from the apache conf file and now the link without the .htm is not found. Perfect.