By Devil on
Is there a webpage redirect module available for Drupal?
For example, if someone is visiting our website from a specific ip address, is there a module that would let us automatically redirect the visitor from that ip to a webpage of our choice?
I am not just refering to visitors from other countries, I would also like to redirect ips from within the UK if that is possible.
If anyone knows of such a module then your comments/suggestions would be apprieciated.
Thank you.
Comments
Server conf
You could certainly do it at HTTP server level. For Apache there are a lot of tutorials about complex redirects.
You can also use the Rules modules with some custom code.
I believe there are a few
I believe there are a few solutions. The one most mentioned is Global redirect - go find it under downloads or use the excellent www.drupalmodules.com site to locate modules.