无法简单地弄清楚 .htaccess 重定向

发布于 2024-12-13 03:46:42 字数 355 浏览 0 评论 0原文

所以我改变了我的网址结构,我试图重定向

http://www.mysite .com/search-example/1.html

其中 example = 搜索词(可以是任何内容),1 等于页码,即

http://www.mysite.com/search-example-1.html

它需要是动态的,具体取决于他们的搜索词和页码。

So I have changed my url strcture and I'm trying to redirect

http://www.mysite.com/search-example/1.html

where example = search term (can be anything) and 1 equals the page number, to

http://www.mysite.com/search-example-1.html ?

It needs to be dynamic depending on their search term and the page number.

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

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

发布评论

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

评论(1

孤凫 2024-12-20 03:46:42

目前无法测试它,但也许这可以解决问题:

Redirect 301 /search-(.*)/(.*).html http://www.mysite.com/search-$1-$2.html

Cannot test it at the moment, but maybe this will do the trick:

Redirect 301 /search-(.*)/(.*).html http://www.mysite.com/search-$1-$2.html
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文