Admin Landing Page with Multiple Language Setup
Permalink
We are setup with all of our language site structures on the second level so when going to domain.com it redirects to domain.com/en (with pretty urls enabled). This works fine for the website itself but when we login to the admin it brings us to domain.com/index.php which is not actually a page on the site (also doesn't show navigation since it doesn't exist at that level).
Thanks Andrew! Looks like this was resolved post 5.7.3.1:
https://github.com/concrete5/concrete5-5.7.0/blob/5.7.3.1/web/concre...
https://github.com/concrete5/concrete5-5.7.0/blob/5.7.3.1/web/concre...
This happens in DispatcherRouteCallback.php with this code:
Which doesn't do any checking against user account, so it shouldn't be any different based on whether you're logged in or not.