|
From: <sv...@va...> - 2012-03-29 10:06:36
|
jf 2012-03-29 11:06:29 +0100 (Thu, 29 Mar 2012)
New Revision: 461
Log:
Add trailing slash to /njn directory redirect
otherwise we get two slashes. Not sure whether this should really be
RedirectPermanent /njn http://njn.valgrind.org
but
RedirectPermanent /njn/ http://njn.valgrind.org/
seems to work
Modified files:
trunk/.htaccess.in
Modified: trunk/.htaccess.in (+1 -1)
===================================================================
--- trunk/.htaccess.in 2012-03-29 10:33:18 +01:00 (rev 460)
+++ trunk/.htaccess.in 2012-03-29 11:06:29 +01:00 (rev 461)
@@ -92,7 +92,7 @@
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/
+RedirectPermanent /njn/ http://njn.valgrind.org/
# set the include path:
|