gpt4 book ai didi

html - 我如何告诉 Apache 将没有扩展名的文件作为 text/html 提供?

转载 作者:行者123 更新时间:2023-11-28 02:12:41 24 4
gpt4 key购买 nike

考虑一个位于 http://www.example.com/mypage.html 的网页

不幸的是,有人错误地宣传该页面的地址是 http://www.example.com/mypage - 访问该 URL 的人会看到 404。

如何配置 Apache,使 mypage 的访问者最终访问 mypage.html?

我试过“ln -s mypage.html mypage”,但显示的是原始 HTML(我猜是因为该文件是作为文本/纯文本提供的)

我想我需要在 .htaccess 页面中添加一些内容,但我不知道是什么...

最佳答案

我宁愿重定向用户而不是采用 mime 类型的方式:

Redirect 301 /mypage http://www.example.com/mypage.html

关于html - 我如何告诉 Apache 将没有扩展名的文件作为 text/html 提供?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7339197/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com