Articles on: Uploading & Sharing

How to create a redirect link

  1. Click on the arrow next to upload and select Paste HTML:

  1. Copy and paste the code below changing GOOGLE.COM to your redirect destination:
<!DOCTYPE html>
<html>
<head>
<script>window.location = 'https://GOOGLE.COM'</script>
</head>
<body>
<p>Please follow <a href="https://GOOGLE.COM">this link</a>.</p>
</body>
</html>
  1. Click Next, then upload and follow the normal process.

Updated on: 10/08/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!