Link to home
Create AccountLog in
Avatar of sandshakimi
sandshakimiFlag for United States of America

asked on

Redirect a string with Redirect module?

Can I use the Redirect module to look at any address with the words leaving_search?

http://www.mysite.com/leaving_search?xyq
http://www.mysite.com/leaving_search?123
http://www.mysite.com/leaving_search?678


I want to get all leaving_search to be redirected to <front>
Avatar of mattwebdev
mattwebdev
Flag of United States of America image

the parameters after the page are pretty meaningless to the URL so if you make a redirect to <front> from http://www.mysite.com/leaving_search it should work
ASKER CERTIFIED SOLUTION
Avatar of sandshakimi
sandshakimi
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of sandshakimi

ASKER

Doesn't seem to be the case.