[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] URL Redirection



> <head><META HTTP-EQUIV='Refresh'
> CONTENT='1;URL=http://www.google.com'></head>
> or
> <head><META HTTP-EQUIV='Refresh' CONTENT='1;URL=somepage.php'></head>
>
> doesnt this work ?>

I don't know if this has been mentioned, my favorite method for doing a
redirect is to add a .htaccess file and let apache handle the redirect.  I
think search engines like this better too than the meta tag.

Redirect permanent /index.html http://www.whatever.com/whatever.html

-Brad