[TYPO3] Realurl: looking for comprehensive simple
Dmitry Dulepov
typo3 at fm-world.ru
Wed Feb 1 13:45:34 CET 2006
Hi!
Matyi Gábor wrote:
> Hi!
>
> thanks for your answer. I tried these configuration
> directives as start
> ( http://news.typo3.org/about/realurl-configuration/) , but
> i get the following error message: "Parse error: parse
> error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'
> in /var/www/typo3.alvator.hu/typo3conf/real_url_config.php
> on line 6"
Yes, that example is automatically generated and I just realized that it
is generated incorrectly. For example:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
'_DEFAULT' => array (
'init' => array (
'enableCHashCache' => '1'
'appendMissingSlash' => 'ifNotFile'
should be:
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['realurl'] = array (
'_DEFAULT' => array (
'init' => array (
'enableCHashCache' => '1',
'appendMissingSlash' => 'ifNotFile',
(notice commas).
I do not know who is in charge of news.typo3.org, I could notify him...
Dmitry.
More information about the TYPO3-english
mailing list