基于referer的重定向 HTTP_REFERER htaccess
我有一个问题,我想根据引用网址中的子字符串重定向用户,我如何使用 htaccess 来实现这一点?
- 用户位于 http://example.com/aqeel/videos/
- 上面有一个超链接页面 http://demo.example.com/
- 当用户到达 http://demo.example.com/,我希望他被重定向到 http://demo.example.com/login/aqeel/,这里 aqeel 是从步骤 1 URL 中的 htaccess 中的referer url 捕获的子字符串。
提前致谢,
I've an issue where i want to redirect a user on the basis of a substring from referered url, How i can accomplish that using htaccess?
- User is on http://example.com/aqeel/videos/
- There is a hyperlink on the above page http://demo.example.com/
- When user reaches http://demo.example.com/, I want him to be redirected to http://demo.example.com/login/aqeel/, Here aqeel is the substring captured from the referer url in htaccess from step 1 URL.
Thanks in Advance,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用下面的代码来实现该功能:
我尝试了我的域..并且它有效...希望也能与您一起工作...:)
You can use below code to make that work:
I tried on my domain.. and it works... hope that too work with you... :)