revamp the website
[~bandali/bndl.org] / static / .htaccess-www
diff --git a/static/.htaccess-www b/static/.htaccess-www
deleted file mode 100644 (file)
index 35d52d1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<IfModule mod_rewrite.c>
-# 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]
-</IfModule>
-
-AddType application/atom+xml .atom
-AddType application/rss+xml .rss
-
-AddType text/plain .bib .org
-AddCharset utf-8 .bib .org