Skip to content

Commit

Permalink
[BUGFIX] Fix bogus exception redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast authored May 3, 2024
1 parent 001f86a commit bdbf450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ location ~ ^/typo3cms/ViewHelperReference(.*)$ {

# Move exceptions to standard location
location ~ ^/typo3cms/exceptions/main/en-us/(.*)$ {
return 303 /m/typo3/reference-exceptions/main/en-us/en-us$1;
return 303 /m/typo3/reference-exceptions/main/en-us/$1;
}

# Rewrite Surf documentation links to new position
Expand Down

0 comments on commit bdbf450

Please sign in to comment.