Einzelnen Beitrag anzeigen
  #4  
Alt 08.01.08, 17:04
gummibaerle gummibaerle ist offline
Forum Zuschauer
 
Registriert seit: 07.01.08
Ort: Kleinaitingen
Alter: 41
Beiträge: 3
realurl ist inkompatibel ist zu simulateStaticDocuments

Schauen Sie sich mal den Teil der Doku an:

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 = 1Line 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”.



Vielleicht liegt es daran, dass “realurl” inkompatibel ist zu "simulateStaticDocuments"?

Gruss aus Bayern
Mit Zitat antworten