标签: apache url-rewriting
我需要配置我的Apache实例来重定向来自
/#/something/here
到
/something/here
我试过
RewriteRule /([\#])/something/here /(.)/something/here
没有成功。有什么想法吗?
答案 0 :(得分:5)
坏消息:网址中的哈希不会被发送到服务器。
哈希后面的文本称为“fragment identifier”,仅供浏览器使用。