Redirect to external websites with subpaths #1191
slinkydeveloper
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we are a paid user, we're trying to figure out how to setup a redirect of a subpath to another website, retaining the subpath.
The idea is that I need the following redirect to work
foo.com/subpath/*
->bar.com/*
. For example, accessingfoo.com/subpath/other_path
should link tobar.com/other_path
.I tried two approaches at the moment:
Beta Was this translation helpful? Give feedback.
All reactions