Bug #85330
closedPath index.php is missing in urls
0%
Description
In TYPO3 9.3 path is missing in urls.
Actual: https://www.example.com/?id=42
Expected: https://www.example.com/index.php?id=42
TYPO3 9.3.0
PHP 7.2
Apache 2.4
MariaDB 10.0
Updated by Frans Saris over 6 years ago
- Status changed from New to Needs Feedback
Why do you expect the index.php
in your path? This is normally the default entry/index script called in a server set-up.
Updated by Wittkiel Gruppe over 6 years ago
Frans Saris wrote:
Why do you expect the
index.php
in your path? This is normally the default entry/index script called in a server set-up.
On some of our pre live environments/pages we have set
DirectoryIndex index.html index.php
in htaccess. With missing
index.php
in TYPO3-urls, all links now open the index.html
(construction page) instead of the index.php
(TYPO3).Updated by Benni Mack over 6 years ago
Are you using a site configuration already for this page tree?
Updated by Wittkiel Gruppe over 6 years ago
Benni Mack wrote:
Are you using a site configuration already for this page tree?
Yes, this is our config.yaml:
site: rootPageId: 1 base: / languages: - languageId: '0' title: Deutsch navigationTitle: '' base: / locale: de_DE.UTF-8 iso-639-1: de hreflang: de-DE direction: ltr typo3Language: de flag: de errorHandling: - errorCode: '404' errorHandler: Page errorContentSource: 'https://example.com/error/404.html'
After deleting folder "/typo3conf/sites", all links have index.php again. So this seems to be a bug introduced with new site handling.
Updated by Susanne Moog about 6 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to 9 LTS
Updated by Benni Mack about 6 years ago
- Target version changed from 9 LTS to Candidate for patchlevel
Hey,
looks like you need to run the upgrade wizard, as this is now solved in latest master and upcoming 9 LTS.
Updated by Benni Mack about 6 years ago
- Status changed from Needs Feedback to Closed
Solved in v9 LTS