question: i have one domain: A.com, and i creates 2 wordpress under this domain: 1.a.com,2.a.com, this 2 wordpress used different theme and database. so i want achieve if user use domain A.com?token=xxx or cookie with token=xxx, then display content of 1.a.com ,note:need url in chrome is always a.com/xxxx,just display content from 1.a.com, if user use domain a.com, display content of 2.a.com. how to config to do this? nginx is ok, but how to do it on litespeed? thanks