[TYPO3-german] RealUrl seite.html statt /seite/
Bobby Eichholz
bob at welt-nicht-aktiv.de
Sat Jul 29 11:36:13 CEST 2006
Hallo und Danke,
aber das hilft mir leider nicht weiter.
Ich habe bei allen Installationen im Setup des Haupttemplates das
folgende stehen
===
# RealURL
#
config {
simulateStaticDocuments = 0
baseURL = http://domain.tld/
tx_realurl_enable = 1
prefixLocalAnchors = all
}
===
Und in der localconf. php steht auch immer
"[FE][simulateStaticDocuments] = 0"
Die URL lautet bei den anderen natürlich nicht statisch /seite.html
sondern wird dynamisch aus dem Seitentitel generiert.
Gruß Bobby
Gerhard Obermayr schrieb:
> Bobby Eichholz schrieb:
>
>> Hallo,
>> ich habe verschiedene Typo3 installationen, in den neueren bekomme ich
>> es nicht mehr hin, dass er die URL in 'domain/pfad/seite.html'
>> umwandelt. Es kommt immer nur 'domain/pfad/seite/'.
>>
>
> Hallo Bobby,
> das kommt daher, weil Du es jetzt endlich richtig machst.
> Ein /seite.html bekommst Du mit "simulate static documents" ...
>
> Gerhard
>
>> $TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array(
>> 'init' => array(
>> 'enableCHashCache' => 1,
>> 'appendMissingSlash' => 'ifNotFile',
>> 'enableUrlDecodeCache' => 1,
>> 'enableUrlEncodeCache' => 1,
>> 'enableUniqAlias' => 1,
>> 'rootpage_id' => 1,
>> ),
>> ...
>> 'pagePath' => array(
>> 'type' => 'user',
>> 'userFunc' =>
>> 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main',
>> 'spaceCharacter' => '-',
>> 'languageGetVar' => 'L',
>> 'expireDays' => 60,
>> 'rootpage_id' => 1,
>> 'disablePathCache' => 0,
>> 'autoUpdatePathCache' => 1,
>> ),
>> 'fileName' => array (
>> 'index' => array(
>> 'print.html' => array(
>> 'keyValues' => array(
>> 'type' => 98,
>> ),
>> ),
>> '_DEFAULT' => array(
>> 'keyValues' => array(
>> ),
>> ),
>> 'defaultToHTMLsuffixOnPrev' => 1,
>> ),
>> ),
>> );
>> _______________________________________________
>> TYPO3-german mailing list
>> TYPO3-german at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>>
>>
>>
>
>
More information about the TYPO3-german
mailing list