redirect
-
How do i set a redirect for a given url with prefix? My current problem is when user(Not Login) click on the website link in their email e.g url.com/book/p=123, they will be routed to page 404.
How can i redirect all url with ‘/book’ to go to login page(If user is not log in)? Once login, i want it to be reroute to the original link that they click in their email.
Is this possible with this ?
- The topic ‘redirect’ is closed to new replies.