File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1109,7 +1109,7 @@ location ~ ^/m/typo3/tutorial-getting-started/(main|13.4|12.4)/en-us/en-us/Troub
11091109 return 303 https://docs.typo3.org/m/typo3/reference-coreapi/$1/en-us/Administration/Troubleshooting/$2.html;
11101110}
11111111
1112- # Rewrite moved pages from Fluid Standalone documentation overhaul (2025)
1112+ # Rewrite moved pages from Fluid Standalone documentation overhaul (2025+2026 )
11131113location ~ ^/other/typo3fluid/fluid/(main|4\.0)/en-us/Usage/Syntax\.html {
11141114 return 303 /other/typo3fluid/fluid/$1/en-us/Syntax/Index.html;
11151115}
@@ -1128,6 +1128,15 @@ location ~ ^/other/typo3fluid/fluid/(main|4\.0)/en-us/Development/Implementation
11281128location ~ ^/other/typo3fluid/fluid/(main|4\.0)/en-us/Usage/RunningExamples\.html {
11291129 return 303 /other/typo3fluid/fluid/$1/en-us/Internals/RunningExamples.html;
11301130}
1131+ location ~ ^/m/typo3/reference-coreapi/(main|13\.4)/en-us/ApiOverview/Fluid/AdditionalAttributes\.html {
1132+ return 303 /permalink/fluid:tagbased-viewhelpers;
1133+ }
1134+ location ~ ^/m/typo3/reference-coreapi/(main|13\.4)/en-us/ApiOverview/Fluid/Syntax\.html {
1135+ return 303 /permalink/fluid:syntax;
1136+ }
1137+ location ~ ^/m/typo3/reference-coreapi/(main|13\.4)/en-us/ApiOverview/Fluid/UsingTypoScriptCObjectViewHelper\.html {
1138+ return 303 /permalink/t3viewhelper:typo3-fluid-cobject;
1139+ }
11311140
11321141# TYPO3 release integrity guide as requestes by ohader
11331142# https://github.com/TYPO3-Documentation/TYPO3CMS-Guide-Installation/pull/82
You can’t perform that action at this time.
0 commit comments