micjones
10 years agoAdept
Server-side Redirects
Hi,
We're trying to avoid using the meta tag route to redirect users to their previously choosen language landing page based on cookies. Does Lithium provide a way to do this.
Use case:
- User visits community select language, which links to the language category page. We set a cookie.
- User closes browser.
- User comes back to original url with cookie set to a specific language. Server redirects to the desired language landing page instead of original community page.
Thanks