X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/ccd7a4805a0486cb1bf38706c2872be36fb0fc8c..7b376474f6dabd5bd525d49b5d333fa18c8e897a:/static/.htaccess diff --git a/static/.htaccess b/static/.htaccess deleted file mode 100644 index 0558c36..0000000 --- a/static/.htaccess +++ /dev/null @@ -1,17 +0,0 @@ -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 - - -# since we set Options -MultiViews in ../.htaccess, we now have to -# explicitly tell apache that files with no extension are actually -# .html files -RewriteCond %{REQUEST_FILENAME}.html -f -RewriteRule !.*\.html$ %{REQUEST_FILENAME}.html [L] - -RewriteRule ^fsf-internship/intro$ /~bandali/fsf-internship-intro.html [R] -