Project

General

Profile

Actions

Bug #31333

closed

Redirect to root-page without type if only ?type=xy is specified in url

Added by Markus Blaschke over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2011-10-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Multiple PAGE-Types configured with TypoScript Setup, eg.:

Foo = PAGE
Foo {
10 = USER
10 ...
typeNum = 123
}

Example, worked until 4.6:

www.example.com/?type=123

With 4.6 the request is redirected to:
www.example.com/index.php?id=22
but without the type-information (and also all other request-informations)!

Please add type- and other-parameters to the redirection.

Actions

Also available in: Atom PDF