revamp the website
[~bandali/bndl.org] / static / .htaccess
... / ...
CommitLineData
1ErrorDocument 404 /~bandali/404.html
2
3AddCharset utf-8 .bib .org
4AddType text/plain .bib .org
5
6AddType application/atom+xml .atom
7AddType application/rss+xml .rss
8
9<IfModule mod_rewrite.c>
10# since we set Options -MultiViews in ../.htaccess, we now have to
11# explicitly tell apache that files with no extension are actually
12# .html files
13RewriteCond %{REQUEST_FILENAME}.html -f
14RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
15
16RewriteRule ^fsf-internship/intro$ /~bandali/fsf-internship-intro.html [R]
17</IfModule>