projects
/
~bandali
/
bndl.org
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
add .htaccess
[~bandali/bndl.org]
/
static
/
.htaccess
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
# www -> no-www
2
<IfModule mod_rewrite.c>
3
RewriteEngine On
4
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
5
RewriteRule ^ %{REQUEST_SCHEME}://%1%{REQUEST_URI} [R,L]
6
</IfModule>
7
8
# custom 404 page
9
ErrorDocument 404 /404.html