Author: jkreps
Date: Mon Sep 2 16:26:14 2013
New Revision: 1519470
URL: http://svn.apache.org/r1519470
Log:
Add redirects for common links in old site layout.
Modified:
kafka/site/.htaccess
Modified: kafka/site/.htaccess
URL:
http://svn.apache.org/viewvc/kafka/site/.htaccess?rev=1519470&r1=1519469&r2=1519470&view=diff
==============================================================================
--- kafka/site/.htaccess (original)
+++ kafka/site/.htaccess Mon Sep 2 16:26:14 2013
@@ -1,3 +1,6 @@
Options +Includes
AddType text/html .html
-AddHandler server-parsed .html
\ No newline at end of file
+AddHandler server-parsed .html
+Redirect 301 /design.html /documentation.html#design
+Redirect 301 /quickstart.html /documentation.html#quickstart
+Redirect 301 /uses.html /documentation.html#uses
\ No newline at end of file