重写规则以重定向
如何将任何变量(字符串)从 http://domain1.com/
首先当用户输入domain1.com时用户可以查看该网站domain1.com/ 加载domain1.com/后,如果用户在地址栏中输入“http://popcorn”“http://go”,或者用户应重定向到domain2.com/。
当用户输入domain1.com & 时我想要什么加载后,如果用户输入包含“http://”的变量(字符串),他应该重定向到domain2.com
如何为上面的示例编写重写规则。
How to redirect any variable(string) to another http://domain2.com/ from http://domain1.com/
First when user enter domain1.com user can view this website domain1.com/
After loading domain1.com/ If user type in address bar "http://popcorn" "http://go"or user should redirect to domain2.com/.
What I want when user enter domain1.com & after loading, if user type variable(string) inluding "http://" he should redirect to domain2.com
How to write rewrite rule for the above example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您想要实现的目标是不可能的。
网站无法访问用户在地址栏中写入的内容。
您唯一能做的就是将 http://www.domain1.com/popcorn 重定向到 http://www.domain2.com。
What you are trying to achieve is not possible.
A website has no access to what users are writing in the address bar.
the only thing you can do is redirect http://www.domain1.com/popcorn to http://www.domain2.com.
非常有趣...:D
但我仍然可以尝试至少让你开心...:)
但这个技巧只对 mozilla 有帮助...
在地址栏中输入:
about:config
修改其中的任何记录时请小心...
转到
browser.search.defaulturl 或 defaultenginename
并根据您的方便进行更改
Very Funny... :D
But still i can try to atleast make you happy... :)
But this trick only helpful in mozilla...
in address bar type:
about:config
Be careful in modifying any record into it...
go to
browser.search.defaulturl or defaultenginename
and change it to your convenience