html question -- re-directing sites --
Hi all --
I finally have my stuff together a little better -- I now have two identical sites though --
-- I have www.spbr.petfinder.com and www.spbr.org -- they are identical --
-- is there a way, when someone enters www.spbr.petfinder.com to automatically re-direct them to www.spbr.org? I am sure there is HTML code for this, I just don't know it -- I want www.spbr.org as my main site --
THANK YOU!
eric
Originally Posted by eric,Aug 22 2004, 10:27 AM
Hi all --
I finally have my stuff together a little better -- I now have two identical sites though --
-- I have www.spbr.petfinder.com and www.spbr.org -- they are identical --
-- is there a way, when someone enters www.spbr.petfinder.com to automatically re-direct them to www.spbr.org? I am sure there is HTML code for this, I just don't know it -- I want www.spbr.org as my main site --
THANK YOU!
eric
I finally have my stuff together a little better -- I now have two identical sites though --
-- I have www.spbr.petfinder.com and www.spbr.org -- they are identical --
-- is there a way, when someone enters www.spbr.petfinder.com to automatically re-direct them to www.spbr.org? I am sure there is HTML code for this, I just don't know it -- I want www.spbr.org as my main site --
THANK YOU!
eric
meta refresh tag
or have your web server send back an
HTTP REDIRECT
Google will give you examples of both.
--Mike
I am sorry -- I tried looking at these sites, and came up with something, and it didn't work --
-- it appears my editor is only HTML, and I can't seem to figure out a one-liner that will work for it --
-- any ideas?
THANK YOU!
eric
okay -- here's what i have -- should work -- but isn't --
<html>
<header></header>
<body background="" bgcolor="FAEBD7" text="">
</body>
</html>
<html><head>
<TITLE>redirect</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="1;URL=http://www.spbr.org"></head>
<html>
<header></header>
<body background="" bgcolor="FAEBD7" text="">
</body>
</html>
<html><head>
<TITLE>redirect</TITLE>
<META HTTP-EQUIV="refresh"
CONTENT="1;URL=http://www.spbr.org"></head>
Thread
Thread Starter
Forum
Replies
Last Post
vader1
Aus & NZ Off Topic
12
Jan 22, 2013 03:29 PM









