Looks like we can even manage page redirects via .htaccess. I just tried the following, and it worked. So reorganizing URL structure and deleting pages won't kill our SEO ranking, and won't confuse people. Nice!
Andrus On Nov 3, 2012, at 6:32 PM, [email protected] wrote: > Author: aadamchik > Date: Sat Nov 3 15:32:26 2012 > New Revision: 1405360 > > URL: http://svn.apache.org/viewvc?rev=1405360&view=rev > Log: > experimenting with redirects > > Added: > cayenne/site/cms/trunk/content/.htaccess > > Added: cayenne/site/cms/trunk/content/.htaccess > URL: > http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/.htaccess?rev=1405360&view=auto > ============================================================================== > --- cayenne/site/cms/trunk/content/.htaccess (added) > +++ cayenne/site/cms/trunk/content/.htaccess Sat Nov 3 15:32:26 2012 > @@ -0,0 +1,2 @@ > +# manage redirects for the deleted pages > +Redirect permanent /commercial-support.html /support.html > > >
