Appending path to short url #445
Unanswered
johnjameswhitman
asked this question in
Q&A
Replies: 1 comment
-
This is not available right now. Feel free to create an issue so we can investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a couple of URL's I'd like to shorten from:
https://some-long-domain-name.com/foo/bar
→https://my-kutt.com/foo/bar
, andhttps://some-long-domain-name.com/foo/baz
→https://my-kutt.com/foo/baz
Is it possible to craft a single shortened URL that allows you to append a sub-path to a prefix, e.g.
https://my-long-blog-domain-name.com/foo/{subpath}
→https://my-kutt.com/foo/{subpath}
? If I create a shortened URL forhttps://my-long-blog-domain-name.com/foo/
→https://my-kutt.com/foo
, then I get a 404 when visitinghttps://my-kutt.com/foo/bar
.Beta Was this translation helpful? Give feedback.
All reactions