projects
/
~bandali
/
bndl.org
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
small typo fixes
[~bandali/bndl.org]
/
static
/
.htaccess-www
1
<IfModule mod_rewrite.c>
2
# don't add .html in the rewrite below
3
Options -MultiViews
4
5
RewriteEngine On
6
RewriteBase /
7
# if on csclub.uwaterloo.ca, redirect to bandali.eu.org
8
RewriteCond %{HTTP_HOST} ^csclub\.uwaterloo\.ca$
9
RewriteRule ^(.*)$ https://bandali.eu.org/$1 [R]
10
</IfModule>