From: <fr...@us...> - 2004-01-02 04:48:12
|
Update of /cvsroot/devil-linux/web In directory sc8-pr-cvs1:/tmp/cvs-serv25729 Modified Files: .htaccess Log Message: add newdoc* to redirects and add some entries to the TODO list Index: .htaccess =================================================================== RCS file: /cvsroot/devil-linux/web/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .htaccess 2 Jan 2004 04:34:24 -0000 1.1 +++ .htaccess 2 Jan 2004 04:48:07 -0000 1.2 @@ -11,12 +11,18 @@ RewriteRule /ADMIN.html /documentation/ [redirect=permanent] </Files> +<Files newdoc*> +RewriteEngine on +RewriteRule /newdoc /documentation/ [redirect=permanent] +</Files> + <Files articles.htm> RewriteEngine on RewriteRule /articles.htm /articles/ [redirect=permanent] </Files> ## TODO +#admin (if we do not add this again as entrance for website administration) #credits.htm #devil-linux-1.0-press-release.htm #devils.htm @@ -36,6 +42,7 @@ #newsconf.php #newsletter.htm #ordercd.htm +#otherdocs (not sure about this) #polls.php #sponsor.htm #title.htm |