By Didaci on
HI,
I have noticed that after upgraded the pagination links are showing:
http://www.site.ext/node?page=1
While with the other Drupal version it was:
http://www.site.ext/node?from=10
Both links are still working in the site, will this be taken as duplicated content by google?
How to remove :
http://www.site.ext/node?from=10 to show a 301 or 404?
Thanks.
Comments
Anybody?
Anybody?
I have checked drupal.org
I have checked drupal.org and they changed it so that url would go to 301 moved permanently (checked it with live http header).
http://www.drupal.org/node?from=20 - 301 Moved Permanently
Somebody from Drupal could answer me how did they do? I think that this is a common update problem, when you update from any old version to 5.3.
Global redirect module
Check out:
http://drupal.org/project/globalredirect
I think it does what you are looking for.
Hello Already checked that
Hello
Already checked that module and i couldnt find that anywhere.
Thanks anyway.