[TYPO3-english] RealURL 1.7.0 page.html generated but only links to home page

Jesse Osmer typo3-list at lilio.com
Sat Dec 5 21:40:54 CET 2009


Hi,
I have a funny problem. I have setup RealURL many times before, but now I have 2 typo3 sites that are having the same issue when I try to set it up.

the links are being written properly: about.html, contact.html etc. but no matter what link is clicked, it always loads the home (root) page.

One installation is on 4.2.10 and the other is 4.3.0

Here is part of the localconf:

$TYPO3_CONF_VARS['FE']['addRootLineFields'] .= ',tx_realurl_pathsegment,alias,title';

$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array();
$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
	'init' => array( 
		'enableCHashCache' => true
		, 'appendMissingSlash' => 'ifNotFile'
		, 'adminJumpToBackend' => true
		, 'enableUrlDecodeCache' => true
		, 'enableUrlEncodeCache' => true
		, 'emptyUrlReturnValue' => '/'
		// Allow for proper SEO 404 handling
		, 'postVarSet_failureMode' => ''
	)   
	, 'redirects'		=> array()
	, 'preVars' => array(
			array(   
				'GETvar' => 'no_cache'
				, 'valueMap' => array( 
					'nc' => 1
			)
			, 'noMatch' => 'bypass'
		)
	)
	, 'pagePath' => array(
		'type'			=> 'user'
		, 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main'
		, 'spaceCharacter'	=> '-'
		, 'languageGetVar'	=> 'L'
		, 'rootpage_id'		=> 8
		, 'segTitleFieldList'	=> 'tx_realurl_pathsegment,alias,title'
	)
........

Has anyone run into this before? This is the same setup I have on many other sites which work just fine. 
Any suggestions?

Thanks,
Jesse


More information about the TYPO3-english mailing list