Your own self hosted url shortener.
Create new own links as many as use like.
You can use your functional domain, don't need anything new. https://myexample.com/redirect_to_this_form, but https://myexample.com/about can stay the same
There are two ways to use it:
- Reverse proxy: with this solution, your web server will pass the request to our redirects server, and the users can use the domain witout any visible difference
- Attach it to a new url: The running server can be attach to any url, so you can create https://url.myexample.com/ or https://myexample.com/links/, too.