r22596 - htdocs/trunk - First language dir redirect

Geert Janssens gjanssens at code.gnucash.org
Sun Nov 25 06:22:35 EST 2012


Author: gjanssens
Date: 2012-11-25 06:22:34 -0500 (Sun, 25 Nov 2012)
New Revision: 22596
Trac: http://svn.gnucash.org/trac/changeset/22596

Modified:
   htdocs/trunk/.htaccess
Log:
First language dir redirect

Modified: htdocs/trunk/.htaccess
===================================================================
--- htdocs/trunk/.htaccess	2012-11-25 09:43:12 UTC (rev 22595)
+++ htdocs/trunk/.htaccess	2012-11-25 11:22:34 UTC (rev 22596)
@@ -16,4 +16,8 @@
 
 # Images were once stored in /externals, while they are now in /images
 # Redirect some that get a lot of "not found hits"
-Redirect permanent /externals/banner5.png /images/banner5.png
\ No newline at end of file
+Redirect permanent /externals/banner5.png /images/banner5.png
+
+# Non-English versions of the site used to be accessed via
+# a language path specifier. This now uses a get variable.
+RedirectMatch permanent /nl/(.*)  /$1?lang=nl_NL



More information about the gnucash-changes mailing list