1 <IfModule mod_rewrite.c>
2 # don't add .html in the rewrite below
7 # if on csclub.uwaterloo.ca, redirect to bndl.org
8 RewriteCond %{HTTP_HOST} ^csclub\.uwaterloo\.ca$
9 RewriteRule ^(.*)$ https://bndl.org/$1 [R]
12 AddType text/plain .bib .org
13 AddCharset utf-8 .bib .org