Skip to content

Commit

Permalink
Redirect TCA Properties (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf authored Aug 20, 2024
1 parent c621a35 commit 9f31008
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ location ~ ^/surf(.*)$ {
return 303 /other/typo3/surf/2.0/en-us$1;
}

# typo3/reference-tca
# properties of moved into index

location ~ ^/m/typo3/reference-tca/(main|12.4)/en-us/ColumnsConfig/Type/([^/]+)/Properties/.*$ {
return 303 /m/typo3/reference-tca/$1/en-us/ColumnsConfig/Type/$2/Index.html;
}
location ~ ^/m/typo3/reference-tca/(main|12.4)/en-us/Ctrl/Properties/.*$ {
return 303 /m/typo3/reference-tca/$1/en-us/Ctrl/Index.html;
}

# typo3/reference-coreapi
# redirects for moved sections

Expand Down

0 comments on commit 9f31008

Please sign in to comment.