Actions
Bug #92340
closedMainpage is www.example.com/index/
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2020-09-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've updated TYPO3 from 8.x to 9.5.21 and the page is available like this http://example.com
But if I go back to the startpage it always appends /index/ and then the URI looks like this http://example.com/index/.
My startpage is the rootpage.
Does anybody know what the problem is?
Updated by Simon Gilli about 4 years ago
- Category set to Site Handling, Site Sets & Routing
- Status changed from New to Needs Feedback
Looks like there is a wrong slug on the root page or a wrong site configuration. Please provide more information but it does not look like a core error so far...
Updated by Artur Grigoryan about 4 years ago
Simon Gilli wrote:
Looks like there is a wrong slug on the root page or a wrong site configuration. Please provide more information but it does not look like a core error so far...
The problem was in the config.yaml. the line default: / triggered the problem in the routeEnhancers:
routeEnhancers:
PageTypeSuffix:
type: PageType
default: /
map:
sitemap.xml: 1533906435
Updated by Georg Ringer about 4 years ago
- Status changed from Needs Feedback to Closed
Actions