You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2014/03/19 18:51:36 UTC

svn commit: r1579317 - /poi/site/publish/.htaccess

Author: nick
Date: Wed Mar 19 17:51:35 2014
New Revision: 1579317

URL: http://svn.apache.org/r1579317
Log:
We used to have redirects from things like /hssf/ in the docs to their new names, which apparently got lost in the move to svn. Try to restore

Added:
    poi/site/publish/.htaccess

Added: poi/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/poi/site/publish/.htaccess?rev=1579317&view=auto
==============================================================================
--- poi/site/publish/.htaccess (added)
+++ poi/site/publish/.htaccess Wed Mar 19 17:51:35 2014
@@ -0,0 +1,4 @@
+# Redirect the older H##F pages to their new common locations
+RewriteEngine On
+^hssf/(.*)$ spreadsheet/$1 [R=permanent]
+^hslf/(.*)$ slideshow/$1 [R=permanent]



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org