使用 nginx 直接在 HTML 文件中进行 301 重定向
我想知道 301 重定向是否可以在专门的 html 静态 nginx 服务器中实现?
我知道通常不可能仅在 html 中进行重定向。在apache服务器中,可以使用.htaccess
进行重定向。我想知道nginx中是否也有类似的方法?
I wonder if 301 redirect
is possible in an exclusively html static nginx server?
I know that normally it is not possible to make redirect work in html only. In apache server, it is possible to make redirect by using .htaccess
. I wonder if there is a similar way of doing this in nginx too?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过这个 ?我记得很久以前测试过这个,它对我有用。如果您能够使其正常工作,请告诉我,否则我会对其进行测试
Have you tried this? I remember testing this quite a while back and it worked for me. Let me know if you are able to get it working or I'll test it on my end