[TYPO3] Problems with RealURL
Jeppe Donslund
jd at webmasters.dk
Thu Mar 22 10:26:47 CET 2007
In my htaccess
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
in my TS-template:
# RealURL
config.simulateStaticDocuments = 0
config.baseURL = 1
config.baseURL = http://www.hvidbjerg.dk/
config.tx_realurl_enable = 1
And in my localconf
# RealURL
//Realurl configuration begin
$TYPO3_CONF_VARS['EXTCONF']['realurl'];
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
'_DEFAULT' => array(
'init' => array(
'enableCHashCache'=>1,
'respectSimulateStaticURLs'=>1,
'appendMissingSlash'=>'ifNotFile'
)
)
)
I does work now on my frontpage, but when it tries to ex. index.php?id=9
as www.hvidbjerg.dk/9/ I get an error. Error 404.
Daniel Selinger skrev:
> All set right?
> .htaccess, config-settings in your TS-Template?
>
>
> 2007/3/22, Jeppe Donslund <jd at webmasters.dk>:
>>
>> When I install RealUrl, i get a problem.
>>
>> Typo3 says that it can't find Index.php.
>> Why's that?
>>
>> It is Typo3 ver. 3.8. Is that a problem?
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
More information about the TYPO3-english
mailing list