No. The script will only give you a 302 redirect which is temporary
redirect. If you are migrating from one web server to another, you
need a 301 permanent redirect, and take down the old site after
GoogleBot does a pass on your site. So the complete script should look
like this.
<?php
Header( "HTTP/1.1 301 Moved Permanently" );
header('Location: http://www.evis.net.ph/');
?>
On 10/1/07, John Peter Loh <[EMAIL PROTECTED]> wrote:
> Just to add info, The PHP script uses 301. You can also set
> mod_rewrite to do the same.
>
> OT ba to?
>
> On 10/1/07, John Homer H Alvero <[EMAIL PROTECTED]> wrote:
> > To the original poster,
> >
> > If you are worried about SEO, you should do 301 redirects.
> >
> > http://www.webconfs.com/how-to-redirect-a-webpage.php
> >
> >
> >
> > On 10/1/07, joebert jacaba <[EMAIL PROTECTED]> wrote:
> > > you can use meta content refresh
> > >
> > > <META HTTP-EQUIV="Refresh" CONTENT="3;URL=http://www.some.org/some.html">
> > >
> > > http://www.google.com.ph/search?q=meta+content+refresh
> > > _________________________________________________
> > > Philippine Linux Users' Group (PLUG) Mailing List
> > > [email protected] (#PLUG @ irc.free.net.ph)
> > > Read the Guidelines: http://linux.org.ph/lists
> > > Searchable Archives: http://archives.free.net.ph
> > >
> > _________________________________________________
> > Philippine Linux Users' Group (PLUG) Mailing List
> > [email protected] (#PLUG @ irc.free.net.ph)
> > Read the Guidelines: http://linux.org.ph/lists
> > Searchable Archives: http://archives.free.net.ph
> >
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> [email protected] (#PLUG @ irc.free.net.ph)
> Read the Guidelines: http://linux.org.ph/lists
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph