darkknight1947
Newbie
- Apr 17, 2009
- 27
- 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...
The code is
<META HTTP-EQUIV="Refresh"
CONTENT="0; URL=contactus.php">
Thank you in advance...
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...
The code is
<META HTTP-EQUIV="Refresh"
CONTENT="0; URL=contactus.php">
Thank you in advance...