Task #63067
closedSee if we can merge typo3/backend.php with typo3/index.php
0%
Description
Upon calling /typo3/index.php already logged in you are redirected to backend.php and if not logged in vice versa. So it might be possible to "merge" the two?
Advantage might imho be to reduce by one entry into the system, prevent people from bookmarking backend.php (and being redirected to index.php in case they are not logged in) etc.
Updated by Stefan Neufeind about 10 years ago
Briefly discussed the thought with lolli. "Impact" is unclear so far.
Updated by Ingo Renner about 10 years ago
Another idea I had since long is to allow deep links to records, f.e.:
index.php#record:tt_content:42 (edit record tt_content with uid 42)
index.php#module:reports (open the reports module)
...
Updated by Georg Ringer about 10 years ago
@Ingo: that is planned for CMS 7 ;) but not part of this ticket
Updated by Stefan Neufeind over 9 years ago
- Status changed from New to Closed
Solved now with #68325 in master (no backend.php anymore).
PS: Thanks to Daniel Goerz for discovering the dupe :-)