Sublime directory Surf the web anonymous Pagerank Monitor


just to be sure about the 301 thing

olaf
Fri 18 August 2006, 05:04 pm GMT +0200
Hello,

just created a rule rewrite some URL's.

the old one (indexed in Google) was:
http://www.finalwebsites.com/links.php?cat_id=201

then I use this rule
RewriteRule ^link-partner[/]?$ links.php?cat_id=201 [L]

makes it possible that this URL Is working:
http://www.finalwebsites.com/link-partner/

is this OK for Google? because the old one is still active...(content duplication)

olaf
Fri 18 August 2006, 05:28 pm GMT +0200
just checked some examples and i think it must be something like this:

rewriteCond %{REQUEST_URI} ^/link-partner[/]?$
RewriteRule .* /links.php?cat_id=201 [R=301,L]


but this rule is redirecting to the old url :(

Nikolas
Mon 21 August 2006, 11:16 am GMT +0200
Chenge this :

RewriteRule ^link-partner[/]?$ links.php?cat_id=201 [L]

to this :

RewriteRule ^link-partner[/]?$ links.php?cat_id=201 [R=301,L]

olaf
Mon 21 August 2006, 12:38 pm GMT +0200
I tried this already (and a lot of other comninations) I'm not sure what there is problem...

Nikolas
Mon 21 August 2006, 12:43 pm GMT +0200
You don't have to worrie, google will continue to index the old page for some time.

olaf
Mon 21 August 2006, 12:47 pm GMT +0200
You don't have to worrie, google will continue to index the old page for some time.
hehe I added this line too:
RedirectPermanent /links.php?cat_id=201 http://www.finalwebsites.com/links-partners

Nikolas
Mon 21 August 2006, 12:49 pm GMT +0200
I think it's fine

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional