|
From: <sv...@va...> - 2012-03-29 09:33:29
|
jf 2012-03-29 10:33:18 +0100 (Thu, 29 Mar 2012)
New Revision: 460
Log:
Add redirect for njn’s web pages
Modified files:
trunk/.htaccess.in
Modified: trunk/.htaccess.in (+4 -0)
===================================================================
--- trunk/.htaccess.in 2012-03-23 18:05:45 +00:00 (rev 459)
+++ trunk/.htaccess.in 2012-03-29 10:33:18 +01:00 (rev 460)
@@ -91,4 +91,8 @@
#
Redirect 301 /support/contributing.html http://www.valgrind.org/help/contributing.html
+# /njn is now njn's private website
+RedirectPermanent /njn http://njn.valgrind.org/
+
+
# set the include path:
|