experiment with a fully <pre>-based look
[~bandali/bndl.org] / static / .htaccess
CommitLineData
b791db4e 1<IfModule mod_rewrite.c>
79d486cb
AB
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
28e5c312
AB
5RewriteCond %{REQUEST_FILENAME}.html -f
6RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L]
553a0296
AB
7
8RewriteRule ^fsf-internship/intro$ /fsf-internship-intro [R]
28e5c312 9</IfModule>