How to redirect a blogger blog to another BLOG / URL / WEBSITE
Redirecting a blogger blog to another Blog / URL / Website simply means when
the Website / URL / Blog (say ABC) is opening, it will open the destination
Blog / URL / Website (say XYZ) instead of the Blog / URL / Website (ABC).
There are three ways of doing this redirection
1. Redirecting, if any URL of the Blog / Website is open
2. Redirecting, if the specific URL of the
Blog / Website is open
3. Redirecting the destination URL with a
time fix
To set redirecting URL please follow these steps first
Step 1. Open Dashboard
Step 2. Go to THEME
Step 3. Go to edit HTML and click once inside your template file and press Ctrl + F and type <head> and hit enter
1. Redirecting, if any URL of the Blog / Website is open
Now search <head> and paste the
below code to the URL / Blog / Website. So that any page you open from the URL / Blog / Website from where you paste the below code will redirect to https://www.lamhil.com.
Therefore you must replace https://www.lamhil.com/ with your destination URL / Blog / Website
2. Redirecting, if a specific URL of the Blog / Website is open
If you don't want any URLs of Blog / Website redirecting to another
Blog / URL / Website. That means, if you want to redirect just a specific URL to another URL / Blog / Website, similar to
the above process paste the below code just below
<head> tag.
Here you need to change both the URL http://redirectingfrom.com (the URL from where redirection starts) and https://www.lamhil.com (the target URL / Blog / Website)
3. Redirecting the destination URL with a time fix
We just discussed two processes on how to redirect a URL to another URL. Now,
we are going to set a specific time for redirection.
(It means redirection will not take place at instance but when the timelaps is over). Paste the below code just below
<head> tag.
In this case, the user landing on URL / Blog / Website (where the above code is paste) will redirect after 10 seconds to the targeted URL / Blog / Website
Thank you so much for your visit
If you have any query please feel free to contact us HERE
Post a Comment