+ErrorDocument 404 /~bandali/404.html
+
+AddCharset utf-8 .bib .org
+AddType text/plain .bib .org
+
+AddType application/atom+xml .atom
+AddType application/rss+xml .rss
+
<IfModule mod_rewrite.c>
# since we set Options -MultiViews in ../.htaccess, we now have to
# explicitly tell apache that files with no extension are actually
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
-RewriteRule ^fsf-internship/intro$ /fsf-internship-intro [R]
+RewriteRule ^fsf-internship/intro$ /~bandali/fsf-internship-intro.html [R]
</IfModule>