X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/28e5c31273051174452dcc1be343ea10dd7eb8f6..553a0296a5df508f36f9332170ba5037a7d2bf8e:/static/.htaccess diff --git a/static/.htaccess b/static/.htaccess index 4f38f87..c03a35b 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,15 +1,9 @@ -# don't add .html in the rewrite below -Options -MultiViews - -RewriteEngine On -RewriteBase / -# if not already on bandali.eu.org, redirect to there -RewriteCond %{HTTP_HOST} !^bandali\.eu\.org$ -RewriteRule ^(.*)$ https://bandali.eu.org/$1 [R] - -# now we have to explicitly tell apache that files with no -# extension are actually .html +# 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]