revamp the website
[~bandali/bndl.org] / static / .htaccess
CommitLineData
29f0d7b9
AB
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
b791db4e 9<IfModule mod_rewrite.c>
79d486cb
AB
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
28e5c312
AB
13RewriteCond %{REQUEST_FILENAME}.html -f
14RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
553a0296 15
29f0d7b9 16RewriteRule ^fsf-internship/intro$ /~bandali/fsf-internship-intro.html [R]
28e5c312 17</IfModule>