Skip to content

Commit

Permalink
Redirect Outdated External Import Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Oct 6, 2023
1 parent ce93176 commit 4fb1f5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,10 @@ location ~ ^/typo3cms/extensions/feusersmap/(master|latest|stable)/(.*) {
return 303 /p/wsr/feusersmap/main/en-us/$2;
}

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;
Expand Down

0 comments on commit 4fb1f5e

Please sign in to comment.