Skip to content

Commit 60ff283

Browse files
authored
[TASK] Additional redirects for Fluid docs (#254)
Chapters are moved within Fluid documentation
1 parent 8cac490 commit 60ff283

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

config/nginx/redirects.conf

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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)
11131113
location ~ ^/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
11281128
location ~ ^/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

0 commit comments

Comments
 (0)