How Do I Create URL Redirect?


Redirecting Domain URL:

To Redirect A Specific URL:

  1. Open “index.html” or the file that you want to redirect
  2. Position the cursor after the HEAD tag in the code.
  3. Paste mentioned line of code: <meta http-equiv="refresh" content="0;url=http://example.com/">   //Replace example.com with your actual domain.
  4. Save the file.
Was this answer helpful? 17 Users Found This Useful (48 Votes)