301 移动重定向 Htaccess

发布于 2024-11-09 15:49:18 字数 266 浏览 1 评论 0原文

我只是想知道如何在 htaccess 中进行 301 移动重定向以重定向

site.com/music/the-search-term_8f2ea1.html

site.com/download/mp3/1/the-search-term.html

(注意 _8f2ea1 需要消失,前面总是有一个 _ )

如果有人可以帮助我,那就太好了!

谢谢

I'm just wondering how I can do a 301 moved redirect in the htaccess to redirect

site.com/music/the-search-term_8f2ea1.html

to

site.com/download/mp3/1/the-search-term.html

(note the _8f2ea1 needs to disappear, will always have a _ infront of it)

if anyone could help me that would be great!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

小瓶盖 2024-11-16 15:49:18
RewriteRule ^music/(.*)_(.*).html http://site.com/download/mp3/1/$1.html [R=301,L]

成功了

RewriteRule ^music/(.*)_(.*).html http://site.com/download/mp3/1/$1.html [R=301,L]

did the trick

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