Hotfix release available: 2025-05-14b "Librarian".
upgrade now! [56.2] (what's this?)
Hotfix release available: 2025-05-14a "Librarian".
upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian".
upgrade now! [56] (what's this?)
Hotfix release available: 2024-02-06b "Kaos".
upgrade now! [55.2] (what's this?)
Hotfix release available: 2024-02-06a "Kaos".
upgrade now! [55.1] (what's this?)
New release available: 2024-02-06 "Kaos".
upgrade now! [55] (what's this?)
Hotfix release available: 2023-04-04b "Jack Jackrum".
upgrade now! [54.2] (what's this?)
code-schnipsel:typo3:realurl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| code-schnipsel:typo3:realurl [2012/05/14 12:30] – tietz | code-schnipsel:typo3:realurl [2024/01/05 13:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== RealURL Cache löschen ====== | ||
| + | |||
| + | Damit der Cache von RealURL mit gelöscht wird, wenn man den Cache von Typo3 löscht \\ | ||
| + | muss folgender Code in die Datei " | ||
| + | |||
| + | <code php> | ||
| + | // Begin: RealURL Cache | ||
| + | $TYPO3_CONF_VARS[' | ||
| + | $TYPO3_CONF_VARS[' | ||
| + | $TYPO3_CONF_VARS[' | ||
| + | // End: RealURL Cache | ||
| + | </ | ||
| + | \\ | ||
| + | ===== WICHTIG: die Rootpage ID ===== | ||
| + | Damit RealURL richtig funktioniert muss in der Datei " | ||
| + | Die steht nämlich normalerweise auf ' | ||
| + | <code php> | ||
| + | //hier das Original | ||
| + | array ( | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ' | ||
| + | ), | ||
| + | // hier den Wert für ' | ||
| + | </ | ||