Bug #19746
closedSwitching to List view from Page view results in a session timeout when TYPO3 is not at website's root
0%
Description
Redirection from Page view to List view when TYPO3 is not at website's root is done with the target being at website's root.
Environment setup:
- TYPO3 installed on http://www.domain.tld
- Physical subdirectory "subdomain" created on www.domain.tld
- Another TYPO3 installed on http://www.domain.tld/subdomain
Steps to reproduce:
- Log in to BE on www.domain.tld/subdomain
- Start in page view and navigate to a sysfolder. You'll get message "The current page is of the type "Sysfolder". ..."
- Click the link to switch to List view instead
- You get a message "Login-error or session timed-out".
This message comes from the TYPO3 installation on www.domain.tld and not on www.domain.tld/subdomain because the switch to list view link redirects to
http://www.domain.tld/typo3/db_list.php?id=46
instead of
http://www.domain.tld/subdomain/typo3/db_list.php?id=46
(issue imported from #M10023)