We are in the process if upgrading an Actinic Express site to Business. The new business site is up on a new URL and we want to redirect the old pages to the new ones to avoid duplicate content issues. We've created a .htaccess file which actinic agreed to put up on the Express hosting in the form of
Redirect 301 /oldsite.com/index.php?=whatever http://www.newsite.com/whatever
But, it doesn't like php apparently. Anyone got any ideas about how we redirect the 50 odd old URL's to the new ones? It's tricky to experiment as we can't get at the Express hosting to try things.
Redirect 301 /oldsite.com/index.php?=whatever http://www.newsite.com/whatever
But, it doesn't like php apparently. Anyone got any ideas about how we redirect the 50 odd old URL's to the new ones? It's tricky to experiment as we can't get at the Express hosting to try things.