Update of /cvsroot/devil-linux/web
In directory sc8-pr-cvs1:/tmp/cvs-serv23898
Added Files:
.htaccess
Log Message:
add redirection for files from previous version of the webpage
--- NEW FILE: .htaccess ---
# redirect all the old pages to one of the new places
# so we don't break external links
<Files index.html>
RewriteEngine on
RewriteRule /index.html / [redirect=permanent]
</Files>
<Files ADMIN.html>
RewriteEngine on
RewriteRule /ADMIN.html /documentation/ [redirect=permanent]
</Files>
<Files articles.htm>
RewriteEngine on
RewriteRule /articles.htm /articles/ [redirect=permanent]
</Files>
## TODO
#credits.htm
#devil-linux-1.0-press-release.htm
#devils.htm
#dlfr.html
#donations.htm
#donations_hardware.htm
#download.htm
#getnews.php
#introduction.htm
#links.htm
#mailinglist.htm
#menu.htm
#news.html
#news.php
#news_vote.htm
#news_vote.php
#newsconf.php
#newsletter.htm
#ordercd.htm
#polls.php
#sponsor.htm
#title.htm
#votes.php
|