使用 reg 表达式解决 url 重写问题
我无法让我的特定网址重写工作。
您能帮我解决以下 301
http://example.com/component/user/ ?task=register#content
到
http://example.com/home/register
谢谢- 我从来没有能够在reg exps上走得太远。
I am unable to get my specific url rewrite to work.
Could you help me with the following 301
http://example.com/component/user/?task=register#content
to
http://example.com/home/register
Thanks - I have never been able to get far with reg exps.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
服务器无法看到 URL 的哈希部分。你能做的最好的事情是:
The hash portion of a URL is not able to be seen by the server. The best you can do is: