[TYPO3-dev] RealURL - Indexing problem
Tomas Norre Mikkelsen
tomasnorre at gmail.com
Mon Feb 6 16:24:20 CET 2012
Hi,
I have a problem with my RealURL / Crawler, my 1. level in menu is not
indexed, but i don't know why.
I Have following realurl_conf.php from:
http://www.dmitry-dulepov.com/2008/06/realurl-made-easy-part-2.html
<?php
$tx_realurl_config = array(
'init' => array(
'enableCHashCache' => true,
'appendMissingSlash' => 'ifNotFile',
'enableUrlDecodeCache' => true,
'enableUrlEecodeCache' => true,
'emptyUrlReturnValue' => '/',
),
'preVars' => array(
),
'postVarSets' => array(
'_DEFAULT' => array(
),
),
'pagePath' => array(
'type' => 'user',
'userFunc' =>
'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
'spaceCharacter' => '-',
'languageGetVar' => 'L',
'expireDays' => 3,
),
);
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
'www.domain2.tld' => $tx_realurl_config,
'domain2.tld' => 'www.domain2.tld',
);
$TYPO3_CONF_VARS['EXTCONF']['realurl']['www.domain2.tld']['pagePath']['rootpage_id']
= 31;
Any hints, what i could have been missing, when visiting pages eg.
http://domain2.tld/content/about/heritage/
the error is:
The requested URL /content/about/heritage/ was not found on this server.
So i think its related to my missing index of the page with name "content".
ps: I'm not that greath painter either with mouse or pensil =)
--
Venlig Hilsen / Best Regards
Tomas Norre Mikkelsen
Tomasnorre at gmail.com
TYPO3 Developer @netimage.dk
TYPO3 Profile:
http://forge.typo3.org/users/4289
Follow me at twitter
Twitter.com/tomasnorre
More information about the TYPO3-dev
mailing list