X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/8c1ba2f235553b96215e157a4b686d0dd626d100..29f0d7b9e10f827c29213a40279b8a767c99d80b:/static/.htaccess-www diff --git a/static/.htaccess-www b/static/.htaccess-www deleted file mode 100644 index 69dab1d..0000000 --- a/static/.htaccess-www +++ /dev/null @@ -1,13 +0,0 @@ - -# don't add .html in the rewrite below -Options -MultiViews - -RewriteEngine On -RewriteBase / -# if on csclub.uwaterloo.ca, redirect to bndl.org -RewriteCond %{HTTP_HOST} ^csclub\.uwaterloo\.ca$ -RewriteRule ^(.*)$ https://bndl.org/$1 [R] - - -AddType text/plain .bib .org -AddCharset utf-8 .bib .org