Sunday, 20 December 2015

website redirection using html

Tag: Automatic redirection website using html meta tag

STEP 1:

Scroll down to where you see <head> tag.

STEP2 :

Add below code into your template just after the <head> tag.

<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>

It should Look Like This.

<head>
<meta http-equiv="refresh" content="0;url=http://yournewurl.com"/>
</head>

STEP3:

Replace http://yournewurl.com , you want to redirect your url.


No comments:

Post a Comment