I’ve got site, I inherited from the previous developer, with an embedded template and a lot of conditionals based on user language.
The client has now requested that the template not be viewable on the us site and I’m not sure how to proceed at this point.
The only option I can think of is to do a meta refresh/direct based on the language choice, but there must be a better way.
<meta http-equiv="refresh" content="2;url=http://domain.com/">Any advice would be greatly appreciated.