Replacing cryptic shared links with easy ones #1543
Wanni48
started this conversation in
Show and tell
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.
-
As a shared link is always very cryptic and not to be remembered I have found an easy way to make the easy to share and remember. As I'm using Apache2 (and have no idea how to translate this into nginx or caddy - but I'm sure some experts will do this easy) just add the following lines to your vhost file:
...
<Location "/pictures">
Redirect "/pictures" "/s/yPTgGKKCggzOzfA"
'pictures' - anything you want to use
's/xxxxx...' - copy here the part from the original link right of domain name
Beta Was this translation helpful? Give feedback.
All reactions