Closed finelinejacobs closed 4 years ago
Using UrlInterface::URL_TYPE_WEB redirects to default login whereas UrlInterface::URL_TYPE_LINK redirects to store specific login which creates a problem when hosting multiply sub-directory stores.
UrlInterface::URL_TYPE_WEB
UrlInterface::URL_TYPE_LINK
Thanks @finelinejacobs! Good catch!
Using
UrlInterface::URL_TYPE_WEB
redirects to default login whereasUrlInterface::URL_TYPE_LINK
redirects to store specific login which creates a problem when hosting multiply sub-directory stores.