Actions
Bug #105206
closedDuplicate instance path (sub directory) in browser addressbar in embedded install tool
Status:
Closed
Priority:
Should have
Assignee:
Category:
Install Tool
Target version:
Start date:
2024-10-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The install tool works and if fully operable, but an invalid URL is shown in the addressbar, which breaks a reload via Shift+R.
Steps to reproduce:
git clone https://github.com/TYPO3/typo3 cd typo3 composer install mkdir subdir cd subdir ln -s .. typo3_src ln -s typo3_src/index.php ln -s typo3_src/typo3 touch FIRST_INSTALL # install via /subdir/typo3/install.php
Login on /subdir/typo3
and select Admin Tool > Settings, /subdir/subdir/typo3/module/tools/settings
will appear as URL path, while it should be /subdir/typo3/module/tools/settings
:
Files
Actions