c03a35b802367c7ca2aa83bbea5a800a7b86ee74
[~bandali/bndl.org] / static / .htaccess
1 <IfModule mod_rewrite.c>
2 # since we set Options -MultiViews in ../.htaccess, we now have to
3 # explicitly tell apache that files with no extension are actually
4 # .html files
5 RewriteCond %{REQUEST_FILENAME}.html -f
6 RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
7
8 RewriteRule ^fsf-internship/intro$ /fsf-internship-intro [R]
9 </IfModule>