X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/553a0296a5df508f36f9332170ba5037a7d2bf8e..7b376474f6dabd5bd525d49b5d333fa18c8e897a:/static/.htaccess diff --git a/static/.htaccess b/static/.htaccess deleted file mode 100644 index c03a35b..0000000 --- a/static/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ - -# 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$ /fsf-internship-intro [R] -