htdocs: Redirect "democlient.html" to the new place

This commit is contained in:
Tim Gerundt 2012-09-18 12:55:28 +02:00
parent 1f7d9ca22c
commit b35110ba21
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ AddType image/vnd.microsoft.icon .ico
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
</IfModule> </IfModule>
#Redirect "democlient.html" to the new place...
Redirect permanent /democlient.html http://cppcheck.sourceforge.net/demo/
#Redirect "devinfo.html" to the new place... #Redirect "devinfo.html" to the new place...
Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/ Redirect permanent /devinfo.html http://cppcheck.sourceforge.net/devinfo/