technique for making a Web page available under more than one URL address
URL redirection, also called URL forwarding, is a World Wide Web technique for making a web page available under more than one URL address. When a web browser attempts to open a … Wikipedia
🌐
Wikipedia
en.wikipedia.org › wiki › URL_redirection
URL redirection - Wikipedia
January 21, 2026 - URL redirection, also called URL forwarding, is a World Wide Web technique for making a web page available under more than one URL address. When a web browser attempts to open a URL that has been redirected, a page with a different URL is opened. Similarly, domain redirection or domain forwarding ...
🌐
Wikihow
wikihow.com › computers and electronics › internet › website and blog creation › how to redirect a url (& which type to use): 6 methods
How to Redirect a URL (& Which Type to Use): 6 Methods
November 6, 2009 - If a visitor has the page bookmarked, ... redirect all hits to all of your hosted domains to another URL, select All Public Domains from the "https://?(www.)?" menu....
Discussions

How to redirect URL to another website?
Many domain registrars allow you to make a DNS entry that just does a URL Redirect for you. If you don't have that option, you could use a .htaccess file on your website and add a redirect entry like (requires mod_alias which is likely included): Redirect / http://www.othersite.com You can also make that Redirect 301 .... to make a "moved permanently", 302 for "moved temporarily" (default) or 303 for "see other". If you want to be a little more advanced and you have mod_rewrite, you can redirect based on a pattern or condition: RewriteEngine On RewriteCond %{REQUESTED_FILENAME} !-f RewriteRule (.*) http://www.othersite.com [R=301] That will only redirect if the requested file is not found. If you don't have apache (or can't use .htaccess files) and do have PHP, then a simple script like this would work in an index file: More on reddit.com
🌐 r/webdev
15
8
January 11, 2016
How to get the redirect URL?
URLSession requests will automatically follow redirects, so you don’t generally need to be concerned with them. If you specifically want to intercept a redirect you can use the URLSessionTaskDelegate to detect them and do whatever you want. https://developer.apple.com/documentation/foundation/urlsessiontaskdelegate/1411626-urlsession More on reddit.com
🌐 r/swift
1
3
March 28, 2022
How to follow redirects?
Use your Browsers inspection Tab, Preserve logs and Click on the Link alternatively use smth like burp More on reddit.com
🌐 r/websecurity
3
5
September 14, 2021
How do i get OAuth redirect URL?
On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge. If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options: Limiting your involvement with Reddit, or Temporarily refraining from using Reddit Cancelling your subscription of Reddit Premium as a way to voice your protest. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/learnprogramming
1
1
June 27, 2023
🌐
HubSpot
knowledge.hubspot.com › domains-and-urls › create-and-manage-url-redirects
Create and manage URL redirects
January 10, 2026 - In the right panel, select the Standard or Flexible redirect type. A standard redirect is used to redirect one URL to another.
🌐
Google
developers.google.com › search central › documentation › redirects and google search | google search central
Redirects and Google Search | Google Search Central | Documentation | Google for Developers
Setting up server-side redirects requires access to the server configuration files (for example, the .htaccess file on Apache) or setting the redirect headers with server-side scripts (for example, PHP). You can create both permanent and temporary redirects on the server side. If you need to change the URL of a page as it is shown in search engine results, we recommend that you use a permanent server-side redirect whenever possible.
🌐
Cloudflare
developers.cloudflare.com › directory › rules › page rules › how to › url forwarding with page rules
URL forwarding with Page Rules · Cloudflare Rules docs
Go to Page Rules · Select Create Page Rule. Under If the URL matches, enter the URL or URL pattern that should match the rule. In Pick a Setting, choose Forwarding URL from the drop-down menu.
Find elsewhere
🌐
Copahost
copahost.com › home › how to redirect a url to another url: 4 methods
How to redirect a URL to another URL: 4 methods - Copahost's
October 31, 2024 - This method consists in editing a file called .htaccess in your server and placing a specific line to make the URL redirection. Please note that the filename .htaccess really contains one “.” on its beginning! This method requires FTP access to the server so that you can upload files. Now, edit locally the .htaccess file. You can choose one of the following code options. We will explain each one: First alternative, redirect a specific page called /sourcepage.html to another URL:
🌐
HostGator
hostgator.com › home › 3 ways to redirect a website url
5 Ways to Redirect a Website URL - How it Works | HostGator
September 6, 2024 - A 301 redirect is like sending out a permanent change of address. It works on both the browser and server levels and is the most common and powerful type of redirect. What makes it awesome is that it passes along all the SEO power of your old ...
🌐
urllo
urllo.com › resources › learn › how-to-redirect-a-url
How to redirect a URL: temporary & permanent URL redirects
3 weeks ago - See a full list of reasons to redirect a URL here. Permanent and temporary redirects may behave the same to users, but search engines treat them very differently. A 301 permanent redirect is the best choice when a page has moved for good or when you’re redirecting a website to another URL.
🌐
Uscreen
help.uscreen.tv › all collections › edit your site › domains & urls › create a url redirect
Create a URL Redirect | Help | Uscreen
For this type of redirection, we recommend using Redirect Pizza, since the other domain is likely hosted on another server. ℹ️ INFO: Redirect Pizza is a third-party service that offers a free plan and supports URL path redirection. Uscreen is not directly affiliated with this service, and this method is provided as a suggested workaround for specific redirection needs. Click the Create Redirect button. ... Once you are ready, click the Create Redirect button. Redirect Pizza will provide you with the DNS records you need to create through the source domain.
🌐
Redirect.pizza
redirect.pizza › url-redirect-service
URL Redirect Service - 301 & 302 Free | redirect.pizza
October 31, 2022 - So how do you redirect a domain URL to another URL as easily as possible? As a domain-to-domain redirect service, smoothly redirecting URLs from one domain to another is our specialty.
🌐
Website Help
support.multiscreensite.com › hc › en-us › articles › 27338206395415-URL-Redirects
URL Redirects – Website Help
January 9, 2026 - Click Add New Redirect. Enter the original path in the Source URL to redirect from.
🌐
Squarespace Help Center
support.squarespace.com › hc › en-us › articles › 205815308-URL-mappings
URL mappings – Squarespace Help Center
January 14, 2026 - In URL mappings, delete the 302 redirect. Delete /coming-soon, or disable it if you plan to use it for future updates. ... Use 302 redirects if you want some pages to periodically redirect to another.
🌐
Wix
support.wix.com › en › article › setting-up-a-301-redirect-for-a-page-on-your-site
Setting Up a 301 Redirect for a Page on Your Site | Help Center | Wix.com
No, it is not possible to create a 301 redirect from your homepage using the URL Redirect Manager. You can create redirects from your homepage by redirecting from one domain to another domain.
🌐
Hostinger
hostinger.com › home › tutorials › how to redirect a domain without losing seo rankings
How to redirect a domain without losing SEO rankings
December 22, 2025 - Redirect to URL or IP: pick your preferred type of destination. Redirect to: enter the destination for the domain redirect. Hit Create once you’re done. If you don’t have a hosting plan, you can still redirect your domain using Hostinger’s domain forwarding feature. While technically a form of forwarding, it functions like a redirect by sending visitors from your domain to another website.
🌐
Redirect.pizza
redirect.pizza › free-redirect-service
Free redirect service - redirect.pizza
October 31, 2025 - Just fill in the details of your old domain or URL that you want redirected as source URLs. Now add the destination (a new domain or a URL) that you want your source to redirect to.
Top answer
1 of 4
34

I had built a Chrome extension which does this.

Note: I built this for just 2 sites - just for the heck of it - by no means it's professional quality. Please don't flame me for crappy code :)

Edit: Updated to manifest v2, which brings in certain additional restrictions.

manifest.json

{
  "name": "URL Redirect",
  "version": "0.2",
  "description": "Checks URL and redirects as required.",
  "background": { 
     "page":"bg.html"
     },
   "manifest_version": 2,
   "content_scripts": [
   {
     "matches": ["http://*/*", "https://*/*"],
     "js": ["content.js"]
   }
   ],
  "permissions": ["tabs"]
}

bg.html

<html>
  <script src="redirect.js"></script>
</html>

redirect.js

chrome.extension.onRequest.addListener(function(request, sender) {
        chrome.tabs.update(sender.tab.id, {url: request.redirect});
    });

content.js

var pattern=/\bBlocked/;
var viewtext_base_url = "http://viewtext.org/article?url=";
var newurl;
if (pattern.test(window.document.title)) // if it matches pattern defined above
{
  newurl = viewtext_base_url + encodeURIComponent(window.location.href);
  chrome.extension.sendRequest({redirect: newurl}); // send message to redirect

}

To install this, create files with filenames as mentioned above the codeblock.

Once all 3 files are created, Click on Chrome Menu → Tools → Extensions. Click the "+" on Developer Mode. Click on Load Unpacked extension and point to the directory where the files are stored.

Edit the files are required, and uninstall and reinstall the extension as mentioned above

2 of 4
21

I know I am a bit late in the game to answer this question Still I would like to answer this for future readers. Have a look at

Requestly - Open Source Chrome Extension to modify Network Requests.

Github Repo - https://github.com/requestly/requestly

Currently, You can set up rules for

  1. Redirect a request URL to another url.
  2. Block some requests.
  3. Replace some part in the URL with another string. (Even the whole URL can be replaced)
  4. Add/Remove/Modify Headers in HTTP(s) Request and Response. You can set up Header Modification Rules only for specified URLs now.

Screenshots for more understanding:

  • List of Rules

  • List of Rule Types

  • New Redirect Rule

There are a lot of things in the roadmap to be covered like

  • Setting custom headers (Done)
  • Switching User Agents
  • Setting parameters in request (Done)

.. and a lot more.

PS: I have created this So you can blame me if you do not find this helpful :)