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:57:36 UTC

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

Author: nick
Date: Wed Mar 19 17:57:35 2014
New Revision: 1579327

URL: http://svn.apache.org/r1579327
Log:
Try for absolute urls, relative is behaving oddly

Modified:
    poi/site/publish/.htaccess

Modified: poi/site/publish/.htaccess
URL: http://svn.apache.org/viewvc/poi/site/publish/.htaccess?rev=1579327&r1=1579326&r2=1579327&view=diff
==============================================================================
--- poi/site/publish/.htaccess (original)
+++ poi/site/publish/.htaccess Wed Mar 19 17:57:35 2014
@@ -1,4 +1,4 @@
 # Redirect the older H##F pages to their new common locations
 RewriteEngine On
-RewriteRule ^hssf/(.*)$ spreadsheet/$1 [R=permanent]
-RewriteRule ^hslf/(.*)$ slideshow/$1 [R=permanent]
+RewriteRule ^hssf/(.*)$ http://poi.apache.org/spreadsheet/$1 [R=permanent]
+RewriteRule ^hslf/(.*)$ http://poi.apache.org/slideshow/$1 [R=permanent]



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