[TYPO3-dev] Real Url Problem
Ries van Twisk
typo3 at rvt.dds.nl
Mon Jun 12 13:49:48 CEST 2006
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.
>
--
Ries van Twisk
Freelance Typo3 Developer
=== Private:
email: ries at vantwisk.nl
web: http://www.rvantwisk.nl/freelance-typo3.html
skype: callto://r.vantwisk
=== Work:
email: ries at livetravelguides.com
web: http://www.livetravelguides.com
More information about the TYPO3-dev
mailing list