[TYPO3] RealURL Exclude PID
Robert Peter
probert051 at gmx.de
Sun Mar 16 22:43:06 CET 2008
Hey there.
I am using a configuration for RealURL 1.3.1 in combination with TYPO3 4.1.2
and it works so far.
However the url's becomes very long. So I´m looking for a way to
skip one level out of my URL e.g.:
My current URL for example looks like:
http://domain.de/menu2/sitemap.html
But I want to move it to:
http://domain.de/sitemap.html
I tried to solve this issue with the function excludePageIds and wrote
'pagePath' => array (
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'languageGetVar' => 'L',
'expireDays' => '7',
'rootpage_id' => '1',
'excludePageIds' => '2',
'excludeIdsFromPath' => '2',
),
But it doesn´t work..
Moreover this solution-link is also not very successfull:
http://bugs.typo3.org/view.php?id=6146&nbn=1
Any suggestions on how to solve my prob?
Thanks so far for any feedback!
Rob
More information about the TYPO3-english
mailing list