add .htaccess
[~bandali/bndl.org] / static / .htaccess
CommitLineData
b791db4e
AB
1# www -> no-www
2<IfModule mod_rewrite.c>
3RewriteEngine On
4RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
5RewriteRule ^ %{REQUEST_SCHEME}://%1%{REQUEST_URI} [R,L]
6</IfModule>
7
8# custom 404 page
9ErrorDocument 404 /404.html