htdocs: Redirect "democlient.html" to the new place
This commit is contained in:
parent
1f7d9ca22c
commit
b35110ba21
|
@ -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/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue