diff -ru typo3_src-4.6.3.orig//typo3/sysext/cms/tslib/class.tslib_content.php typo3_src-4.6.3/typo3/sysext/cms/tslib/class.tslib_content.php --- typo3_src-4.6.3.orig//typo3/sysext/cms/tslib/class.tslib_content.php 2012-01-09 09:43:03.000000000 +0100 +++ typo3_src-4.6.3/typo3/sysext/cms/tslib/class.tslib_content.php 2012-01-09 09:48:18.000000000 +0100 @@ -5877,7 +5877,8 @@ // If link is to a access restricted page which should be redirected, then find new URL: if ($GLOBALS['TSFE']->config['config']['typolinkLinkAccessRestrictedPages'] && $GLOBALS['TSFE']->config['config']['typolinkLinkAccessRestrictedPages'] !== 'NONE' - && !$GLOBALS['TSFE']->checkPageGroupAccess($page)) { + && !$GLOBALS['TSFE']->checkPageGroupAccess($page) + && !$conf['linkAccessRestrictedPages']) { $thePage = $GLOBALS['TSFE']->sys_page->getPage($GLOBALS['TSFE']->config['config']['typolinkLinkAccessRestrictedPages']);