[TYPO3-english] Typo 3 CMS 6.1 Front End login problem: &type=1 appended to URL automatically

arvind srinivasan arvind.srinivasan at airbus.com
Thu Mar 6 14:20:17 CET 2014


I created a new website which is split in to left and right frames. I am using FElogin extension to authenticate the users. The problem is that after the login, only the right frame is loaded and the left frame is missing. The URL after login is "localhost/mysite//index.php?id=19&type=1". The left frame is loaded only if I remove '&type=1' or set '&type' as 0. How to remove ' &type=1'  or set it as 0 automatically in the URL.?

The following is my template configuration:

frameset = PAGE
page = PAGE
left = PAGE
frameset.typeNum = 0
page.typeNum = 1
left.typeNum = 2


More information about the TYPO3-english mailing list