- This topic is empty.
-
AuthorPosts
-
May 15, 2006 at 6:35 pm #692377
Anonymous
InactiveYes, you would use a 301 redirect. I don’t think you would need to mess with .htaccess unless you wanted to rewrite the URL.
May 15, 2006 at 10:55 pm #692396Anonymous
InactiveWhat color hat is that?
May 15, 2006 at 11:58 pm #692406Anonymous
InactiveWhite, as far as I know. A 302 redirect would be black hat.
Anyway, basic questions here: to do a 301 correctly, I create a page that redirects to the poker room with the affiliate code in it. If I don’t want to use an htaccess file (and am not using php), how would I go about doing this? Would I use a meta redirect?
-Kevin-
May 16, 2006 at 4:39 am #692422Anonymous
Inactiveelgoog wrote:What color hat is that?White.
There is nothing underhanded or tricky about using 301 redirects, or about using .htaccess to make URLs look nice.
Anyway, basic questions here: to do a 301 correctly, I create a page that redirects to the poker room with the affiliate code in it. If I don’t want to use an htaccess file (and am not using php), how would I go about doing this? Would I use a meta redirect?
If you aren’t using php, then I’m not sure how it would be done. I guess I would use a meta refresh , like you suggested. I know the search engines are fine with 301 redirects; not sure how they treat meta refreshes. Maybe check Webmaster World and see if there is any info over there.
May 16, 2006 at 11:27 pm #692479Anonymous
InactiveHTML redirect is rather simple, just put this in the page you would like redirected:
[/CODE]
Not sure how SE’s feel about it, though.[CODE][/CODE]
Not sure how SE’s feel about it, though.
May 17, 2006 at 12:18 am #692487Anonymous
InactiveI think SEs don’t like using a meta refresh command, so I just used a .htaccess file instead. I’ll see what happens to my SE rankings.
-
AuthorPosts