[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] URL Redirection
- Subject: RE: [cobalt-users] URL Redirection
- From: Bradley Caricofe <caricofe@xxxxxxxxxxx>
- Date: Wed Aug 14 12:45:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> <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