Skip to content

Commit

Permalink
Redirects for moved Getting started chapters (#196)
Browse files Browse the repository at this point in the history
* Redirects for moved Getting started chapters

* Update config/nginx/redirects.conf

* Update config/nginx/redirects.conf
  • Loading branch information
linawolf authored Oct 18, 2024
1 parent c8acbfd commit 847cc83
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -880,42 +880,12 @@ location ~ ^/typo3cms/extensions/externalimport_tut/(master|latest|stable)/(.*)
return 303 /p/cobweb/externalimport_tut/main/en-us/$2;
}

# getting started rewrite 2021
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/GeneralPrinciples/(.*) {
return 303 /m/typo3/tutorial-getting-started/main/en-us/Concepts/Index.html;
# getting started rewrite 2024
location ~ ^/m/typo3/tutorial-getting-started/(main|13.4|12.4)/en-us/UserManagement/(.*) {
return 303 https://docs.typo3.org/m/typo3/reference-coreapi/$1/en-us/Administration/UserManagement/$2;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/ListModule/(.*) {
return 303 /m/typo3/tutorial-editors/main/en-us/ListModule/Index.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/FileModule/(.*) {
return 303 /m/typo3/tutorial-editors/main/en-us/FileModule/Index.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/UserManagement/Index.html {
return 303 /m/typo3/tutorial-getting-started/main/en-us/Setup/BackendUsers.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/UserManagement/BackendPrivileges/Index.html {
return 303 /m/typo3/reference-coreapi/main/en-us/ApiOverview/AccessControl/Index.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/UserManagement/BackendUsers/Index.html {
return 303 /m/typo3/reference-coreapi/main/en-us/ApiOverview/AccessControl/UsersAndGroups/Index.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/UserManagement/Groups/Index.html {
return 303 /m/typo3/reference-coreapi/main/en-us/ApiOverview/AccessControl/UsersAndGroups/Index.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/UserManagement/PagePermissions/Index.html {
return 303 /m/typo3/reference-coreapi/main/en-us/ApiOverview/AccessControl/AccessControlOptions/Index.html#page-permissions;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/UserManagement/UserSetup/Index.html {
return 303 /m/typo3/tutorial-getting-started/main/en-us/Setup/BackendUsers.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/OtherBackendModules/BackendLocalization/Index.html {
return 303 /m/typo3/tutorial-getting-started/draft/en-us/Setup/BackendLanguages.html;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/Templating/Index.html {
return 303 /m/typo3/tutorial-getting-started/draft/en-us/NextSteps/Index.html#fluid-templating;
}
location ~ ^/m/typo3/tutorial-getting-started/main/en-us/NextSteps/Developers/Index.html {
return 303 https://docs.typo3.org/Home/ExtensionManuals.html;
location ~ ^/m/typo3/tutorial-getting-started/(main|13.4|12.4)/en-us/PermissionsManagement/(.*) {
return 303 https://docs.typo3.org/m/typo3/reference-coreapi/$1/en-us/Administration/PermissionsManagement/$2;
}

# TYPO3 release integrity guide as requestes by ohader
Expand Down

0 comments on commit 847cc83

Please sign in to comment.