You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2012/11/03 16:32:26 UTC

svn commit: r1405360 - /cayenne/site/cms/trunk/content/.htaccess

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



Re: svn commit: r1405360 - /cayenne/site/cms/trunk/content/.htaccess

Posted by Andrus Adamchik <an...@objectstyle.org>.
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, aadamchik@apache.org 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
> 
> 
>