无法简单地弄清楚 .htaccess 重定向
所以我改变了我的网址结构,我试图重定向
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前无法测试它,但也许这可以解决问题:
Cannot test it at the moment, but maybe this will do the trick: