Anybody using 301 redirects in htaccess and Artio ?
Artio is working fine, but after changing the Page Name for SEO I need to tell Google, this is still the old page, so please transfer the PR to the new one.
At the end of my htccess file I put this line:
Redirect 301 /link_old.html
www.mydomain.com/link_new.html
Result: the standard 404 Artio page.
Any help is high appreciated !