Skip to content

Commit

Permalink
Redirect Content Blocks documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Hovratov committed Oct 17, 2024
1 parent c8acbfd commit c88d0a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -953,3 +953,8 @@ location ~ ^/p/aoepeople/crawler/(.*) {
location ~ ^/typo3cms/extensions/eventnews/(.*) {
return 303 /p/georgringer/eventnews/main/en-us/$2;
}

# contentblocks/content-blocks to friendsoftypo3/content-blocks
location ~ ^/p/contentblocks/content-blocks/(.*) {
return 303 /p/friendsoftypo3/content-blocks/$2;
}

0 comments on commit c88d0a1

Please sign in to comment.