Forum Discussion

micjones's avatar
10 years ago

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:

  1. User visits community select language, which links to the language category page. We set a cookie.
  2. User closes browser.
  3. 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