From 9fbbb910901ba2df61b79799024efeae34a8d415 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Fri, 7 Jan 2011 16:04:01 +0100 Subject: [PATCH] Web: Move devinfo.html to a new place - Apache from SF.net don't like relative paths for redirecting --- htdocs/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index e65a9426b..761a0f759 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,2 +1,2 @@ #Redirect "devinfo.html" to the new place... -Redirect permanent /devinfo.html /devinfo/ \ No newline at end of file +Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/ \ No newline at end of file