Sometime we may needed to make auto redirection in some pages due to any of the below reasons,
1. Page may not exist now
2. Page may not authorized to view by all
3. Unregistered users may not have authorization to view
etc..,
In that time you can make use of the below code,
[plain gutter=”0″]
<meta http-equiv="refresh" content="3;URL=’http://ngdeveloper.com/’"> You Came to Wrong Place. You will be redirected soon……!!!
[/plain]
Note:
Here 3 is the number of seconds to wait before redirection
If you are using wordpress then you can directly paste the above content in the page/post content to redirect.
Thanks for reading this post…!!!
Add your comments in the comment area…!!