使用 reg 表达式解决 url 重写问题

发布于 2024-10-24 21:05:31 字数 344 浏览 2 评论 0原文

我无法让我的特定网址重写工作。

您能帮我解决以下 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蝶舞 2024-10-31 21:05:31

服务器无法看到 URL 的哈希部分。你能做的最好的事情是:

Redirect 301 /component/user/?task=register /home/register

The hash portion of a URL is not able to be seen by the server. The best you can do is:

Redirect 301 /component/user/?task=register /home/register
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文