gnucash-htdocs master: Redirect obsolete screenshots page to features page

Geert Janssens gjanssens at code.gnucash.org
Tue Feb 18 04:03:05 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/36dc1a2c (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/d1fc3bd9 (commit)



commit 36dc1a2ca38415507ef5a5f249fecc94c2383590
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Tue Feb 18 10:06:47 2014 +0100

    Redirect obsolete screenshots page to features page

diff --git a/.htaccess b/.htaccess
index d8b705b..8f77a00 100644
--- a/.htaccess
+++ b/.htaccess
@@ -48,6 +48,7 @@ RedirectMatch permanent /(.*)/state_of_the_gnucash_project.phtml   /sizing.phtml
 RedirectMatch permanent /.*/sql.phtml          http://wiki.gnucash.org/wiki/SQL
 RedirectMatch permanent /(.*)/t-shirt          /index.phtml?lang=$1
 RedirectMatch permanent /pipermail/(.*)        http://lists.gnucash.org/pipermail/$1
+RedirectMatch permanent /screenshots.phtml(.*) /features.phtml$1
 
 # Non-English versions of the site used to be accessed via
 # a language path specifier. This now uses a get variable.



Summary of changes:
 .htaccess | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list