Einzelnen Beitrag anzeigen
  #2  
Alt 13.09.07, 16:34
gbauer81 gbauer81 ist offline
Forum Freak
 
Registriert seit: 26.01.07
Beiträge: 531

Ich glaube das kommt wenn Realurl noch nicht im TS aktiviert wurde.
Zitat:
TypoScript configuration

Like with “simulateStaticDocuments” you need to activate the generation of the virtual file/path names in the TypoScript record – otherwise your website will not utilize the new URL encoding method.

However that is trivial; just place these four lines in the main TypoScript template record of your website:

0: config.simulateStaticDocuments = 0

1: config.baseURL = 1

2: config.tx_realurl_enable = 1

Line 0 simply disables “simulateStaticDocuments” - “realurl” is incompatible with simulateStaticDocuments and will simply not work if it has been enabled. This line should remind you of this fact.

Line 1 makes the frontend output a “<base>” tag in the header of the pages. This is required because relative references to images, stylesheets etc. will break when the virtual paths are used unless this has been set. Please see below for a detail discussion of why this is needed.

Line 2 enables the encoding of URLs as the virtual paths, the “Speaking URLs”.
Oder einfach mal den kompletten Cache löschen, dass hilft auch als...
__________________
mfg
Günni
City-Tiger - Online durch die Straßen tigern
Mit Zitat antworten