[Xfce4-commits] <www:nick/gettext> Improve documentation redirect rule.

Nick Schermer noreply at xfce.org
Sun Jul 24 00:34:01 CEST 2011


Updating branch refs/heads/nick/gettext
         to 5000b59fe39e40cfb9f69e64a0fa5e42d121b3e8 (commit)
       from 21b26500573de7fde69ca61e72b52e0dc9c964d1 (commit)

commit 5000b59fe39e40cfb9f69e64a0fa5e42d121b3e8
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jul 24 00:31:39 2011 +0200

    Improve documentation redirect rule.

 .htaccess |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.htaccess b/.htaccess
index 823f7c4..ab09e60 100755
--- a/.htaccess
+++ b/.htaccess
@@ -7,7 +7,7 @@ Redirect 301 /projects/ristretto http://goodies.xfce.org/projects/applications/r
 Redirect 301 /projects/xfmedia http://spuriousinterrupt.org/projects/xfmedia
 Redirect 301 /documentation/changelogs http://www.xfce.org/download/changelogs
 Redirect 301 /documentation/requirements http://www.xfce.org/download/building
-Redirect 301 /documentation http://docs.xfce.org
+RedirectMatch 301 ^/documentation(.*)$ http://docs.xfce.org/
 Redirect 301 /community/irc http://www.xfce.org/community
 Redirect 301 /community/lists http://www.xfce.org/community
 Redirect 301 /development http://www.xfce.org/getinvolved


More information about the Xfce4-commits mailing list