[Dspace-tech] How to get rid of Google cached URLs with generic 123456789 handle?

2010-02-02 Thread Stan Orlov
Greetings, We have recently registered with Handle.net and changed our 123456789 prefix to 10587 for all existing and new items. However, we are now in the situation where Google has indexed all our older items with the prefix of 123456789 and they don't resolve anymore when you click on a

Re: [Dspace-tech] How to get rid of Google cached URLs with generic 123456789 handle?

2010-02-02 Thread Peter Dietz
Google responds to updating its index of URL's when you throw the HTTP 301 - Moved Permanently code. If you have apache mod_rewrite installed this could be a .htaccess regular expression. RewriteRule ^xmlui/handle/123456789/*$ xmlui/handle/10587/$1 [L,R=301,NE] Note: I haven't tested this, but I