What is a Web or URL Redirect?

Last updated: June 12, 2026

A web or URL redirect allows you to have one short name for a web page the has a long URL. For example you can have https://mysite.hopto.org redirect to https://www.asite.com/one/really/really/long/url/.

You can also use URL redirects to get around ISP’s that block port 80.  For example https://mysite.hopto.org/ could redirect to a hostname running on a different port https://myothersite.hopto.org:8080/.

Leave A Comment?