Project

General

Profile

Actions

Bug #85330

closed

Path index.php is missing in urls

Added by Wittkiel Gruppe almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Link Handling, Site Handling & Routing
Start date:
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

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

Actions #1

Updated by Frans Saris almost 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.

Actions #2

Updated by Wittkiel Gruppe almost 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).

Actions #3

Updated by Benni Mack almost 6 years ago

Are you using a site configuration already for this page tree?

Actions #4

Updated by Wittkiel Gruppe almost 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.

Actions #5

Updated by Benni Mack over 5 years ago

  • Sprint Focus set to On Location Sprint
Actions #6

Updated by Susanne Moog over 5 years ago

  • Category set to Link Handling, Site Handling & Routing
Actions #7

Updated by Susanne Moog over 5 years ago

  • Target version changed from 9.4 to 9 LTS
Actions #8

Updated by Benni Mack over 5 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.

Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Needs Feedback to Closed

Solved in v9 LTS

Actions

Also available in: Atom PDF