Bug #85330
closed
- 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.
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).
Are you using a site configuration already for this page tree?
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.
- Sprint Focus set to On Location Sprint
- Category set to Site Handling, Site Sets & Routing
- Target version changed from 9.4 to 9 LTS
- 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.
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF