diff --git a/config/nginx/redirects.conf b/config/nginx/redirects.conf index cca56e7..35499c9 100644 --- a/config/nginx/redirects.conf +++ b/config/nginx/redirects.conf @@ -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;