Commit | Line | Data |
---|---|---|
29f0d7b9 AB |
1 | ErrorDocument 404 /~bandali/404.html |
2 | ||
3 | AddCharset utf-8 .bib .org | |
4 | AddType text/plain .bib .org | |
5 | ||
6 | AddType application/atom+xml .atom | |
7 | AddType 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 |
13 | RewriteCond %{REQUEST_FILENAME}.html -f |
14 | RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L] | |
553a0296 | 15 | |
29f0d7b9 | 16 | RewriteRule ^fsf-internship/intro$ /~bandali/fsf-internship-intro.html [R] |
28e5c312 | 17 | </IfModule> |