[TYPO3-dev] Real Url Problem

Dmitry Dulepov typo3 at accio.lv
Mon Jun 12 13:40:44 CEST 2006


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.
-- 
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)




More information about the TYPO3-dev mailing list