Legal Redirect

Joined
Apr 17, 2009
Messages
27
Reaction score
0
Hello respectable members,

I have a doubt in redirecting. Is this code below is a legal redirect from the .htm page to .php page for the same page? That is redirect from

http://www.example.com/myname.htm
to
http://www.example.com/myname.php

If it is not; please explain in brief...:confused:

The code is

<META HTTP-EQUIV="Refresh"
CONTENT="0; URL=contactus.php">


Thank you in advance...
 
Back
Top