add standalone publications page
[~bandali/bndl.org] / static / .htaccess-www
CommitLineData
79d486cb
AB
1<IfModule mod_rewrite.c>
2# don't add .html in the rewrite below
3Options -MultiViews
4
5RewriteEngine On
6RewriteBase /
3fdab855 7# if on csclub.uwaterloo.ca, redirect to bndl.org
79d486cb 8RewriteCond %{HTTP_HOST} ^csclub\.uwaterloo\.ca$
3fdab855 9RewriteRule ^(.*)$ https://bndl.org/$1 [R]
79d486cb 10</IfModule>
8c1ba2f2
AB
11
12AddType text/plain .bib .org
13AddCharset utf-8 .bib .org