We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74572a7 + 1bd2262 commit 75c5f0bCopy full SHA for 75c5f0b
.platform/routes.yaml
@@ -11,7 +11,7 @@ https://{default}/:
11
paths:
12
"/frameworks/(?!deploy|drupal)(.*).html": { "to": "/guides/$1/deploy.html", "code": 301, "regexp": true }
13
# Here just in case this path isn't update on redirection.io
14
- "/api(/index.html)?": { "to": "https://docs.upsun.com/api/", "code": 301, "regexp" : true }
+ "^/api(/index.html)?": { "to": "https://docs.upsun.com/api/", "code": 301, "regexp" : true }
15
16
"https://search.{default}/":
17
type: upstream
0 commit comments