[TYPO3-dev] Real Url Problem
Nirmalya
nirmalya at fivee.in
Mon Jun 12 14:20:02 CEST 2006
Ries van Twisk wrote:
> RealUrl did his work correctly, that's why you see a link similar to this :
>
> <a href="about-us.html">About Us</a>
>
> However your .htaccess is not processed and ass Dimitry pointed it
> it's .htaccess, not _.ahtaccess
>
> You only need one entry for config.baseURL
> config.baseURL = http://localhost/myWebsite/
>
> Ries
>
>
>
>> Hi!
>>
>> Nirmalya wrote:
>>
>>> 1. "_.htaccess" in root of your TYPO3-installation
>>>
>>
>> Should be .htaccess
>>
>>
>>> added Lines:
>>>
>>
>> No need to add lines. Correct .htaccess is provided with typo3.
>>
>>
>>> config.baseURL = 1
>>> config.baseURL = http://localhost/myWebsite/
>>>
>>
>> What is the point to set two values to the same property?
>>
>>
>>> 'pagePath' => array(
>>> 'type' => 'user',
>>> 'userFunc' =>
>>> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
>>> 'spaceCharacter' => '-',
>>> 'languageGetVar' => 'L',
>>> 'expireDays' => 3
>>> ),
>>>
>>
>> Mising mandatory field: rootpage_id. RealURL either will not work
>> properly, or performance will be terrible. Read manual!
>>
>> Dmitry.
>>
>
>
Thank you Ries,
i've
1. renamed _.htaccess to .htaccess
2. added 'rootpage_id' => 1, in $TYPO3_CONF_VARS['EXTCONF']['realurl'] =
and
3.added TypoSccript setup: config.baseURL = http://localhost/myWebsite/
but the same issue is remaining.
so any help ..
thank you,
Nirmalya
-----
http://fivee.in
More information about the TYPO3-dev
mailing list