From b35110ba2121c8bf889439bc4e4cea6a7292cefa Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Tue, 18 Sep 2012 12:55:28 +0200 Subject: [PATCH] htdocs: Redirect "democlient.html" to the new place --- htdocs/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index e76ecde27..23bf628a3 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -20,6 +20,9 @@ AddType image/vnd.microsoft.icon .ico BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html +#Redirect "democlient.html" to the new place... +Redirect permanent /democlient.html http://cppcheck.sourceforge.net/demo/ + #Redirect "devinfo.html" to the new place... Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/