[Lxr-commits] CVS: html index.var,NONE,1.1 htaccess,1.1,1.2
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-05-21 13:32:34
|
Update of /cvsroot/lxr/html In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3884 Modified Files: htaccess Added Files: index.var Log Message: General review: many typos and misspellings corrected --- NEW FILE: index.var --- URI: index URI: /fr/index.shtml Content-type: text/html Content-Language: fr URI: /de/index.shtml Content-type: text/html Content-Language: de URI: /es/index.shtml Content-type: text/html Content-Language: es URI: /ru/index.shtml Content-type: text/html Content-Language: ru URI: /zh/index.shtml Content-type: text/html Content-Language: zh URI: /en/index.shtml Content-type: text/html Content-Language: en Index: htaccess =================================================================== RCS file: /cvsroot/lxr/html/htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- htaccess 11 Mar 2012 14:49:15 -0000 1.1 +++ htaccess 21 May 2014 13:32:00 -0000 1.2 @@ -1,3 +1,7 @@ -<!-- $Id$ --> +AddHandler type-map .var ErrorDocument 404 /LXR404.shtml -RedirectMatch permanent ^/$ /en/index.shtml \ No newline at end of file +RedirectMatch permanent ^/$ /index.var +RedirectMatch permanent ^/index$ /index.var +RedirectMatch permanent ^/index.htm$ /index.var +RedirectMatch permanent ^/index.html$ /index.var +RedirectMatch permanent ^/index.shtml$ /index.var |