How to redirect users automatically from one site to another site or another page ?

Hi friends, in this post I will tell you how to redirect users from your site to another sites or pages automatically with the help of a HTML code. It works on all websites, blogs, and also in wapka.
<meta HTTP-EQUIV="REFRESH" content="0; url=Your URL ">

This is the code used to redirect users to another website.
How to use this code?
       To redirect users correctly you must add this code between <head> </head> tag. And change the domain name on the code to your own domain or page URL. If you want to redirect users after 5 seconds change 0 to 5 or more. Use default value 0 for instant redirect.
How to install code on wapka? 
To add this code on wapka 
1st you login to your wapka account admin mode
2nd Click on ::Edit Site::
3rd Select Global Settings
4th Click on HEAD tags (meta,style,...)
5th Copy paste below link on text field and click set button.
Redirect code for wapka
 <meta HTTP-EQUIV="REFRESH" content="0; url=Your URL "></meta>
Copy Code 


Author:

Facebook Comment