Skip to content

Commit

Permalink
Redirect from old rest reference to new (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Jul 29, 2024
1 parent 90fba46 commit c621a35
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 @@ -90,6 +90,11 @@ location ~ ^/typo3cms/ViewHelperReference(.*)$ {
return 303 /other/typo3/view-helper-reference/main/en-us$1;
}

# Redirect from old rest reference to new
location ~ ^/m/typo3/docs-how-to-document/main/en-us/WritingReST/Reference/(.*) {
return 303 /m/typo3/docs-how-to-document/main/en-us/Reference/ReStructuredText/$1;
}

# Redirect URLs of old ViewHelper reference to new ViewHelper reference for 12.4 and main
# (11 and below are static)
location ~ ^/other/typo3/view-helper-reference/(main|12.4)/en-us/typo3/backend/latest/(.*) {
Expand Down

0 comments on commit c621a35

Please sign in to comment.