gpt4 book ai didi

apache - htaccess 重定向 url 与 anchor 标记

转载 作者:行者123 更新时间:2023-12-05 06:41:47 26 4
gpt4 key购买 nike

我正在尝试将 URL 重定向到带有 anchor 标记的页面。重定向有效,但如何在重定向后保留原始 URL 而不是重定向后的 URL。

我想将 www.example.com/caves/ 重定向到 www.example.com/trips.html#caves

当我重定向时,我得到 URL www.example.com/trips.html#caves 但希望它保留 www.example.com/caves/

我花了很长时间寻找答案,但没有运气,任何帮助将不胜感激

这是我在 htaccess 中的代码

RewriteEngine on

RewriteRule ^Caves/(.*) /trips.html#Caves [NE,L,R]

最佳答案

我怀疑它能做到。 anchor 是一个客户端指令,你不能用服务器端重写来“隐藏”它(浏览器如果看不到 anchor 就不能跳转到 anchor ),所以 anchor 必须在地址栏 URL 中。

关于apache - htaccess 重定向 url 与 anchor 标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39560646/

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