if a customer hits mydomain, .htaccess rewrite rules will redirect him to mydomain/shoprootfolder/
then a second redirection enters into action for language : mydomain/shoprootfolder/language/
then the home page starts downloading and being displayed
this cascade of redirections costs between a few hundreds of ms and a few seconds in the process : is there a way to collapse the two in one, i.e. a customer targeting mydomain is redirected directly to mydomain/shoprootfolder/language/ in the same operation ?
thanks