diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 8f8b6ac..0000000 --- a/.htaccess +++ /dev/null @@ -1,19 +0,0 @@ -RewriteEngine on -Options +FollowSymLinks - -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule . index.php [L] - -RewriteCond %{HTTP_HOST} ^www.yarmo.eu [NC] -RewriteRule ^(.*)$ https://yarmo.eu/$1 [L,R=301] - -RewriteCond %{HTTP:X-Forwarded-Proto} !https -RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] - -RewriteCond %{HTTP_HOST} ^blog\.yarmo\.eu -RewriteRule ^(.*)$ https://yarmo.eu/blog [R=301] - -RewriteCond %{HTTP_HOST} ^vinyl\.yarmo\.eu -RewriteRule ^(.*)$ https://yarmo.eu/vinyl [R=301] - -Redirect 301 /.well-known/openpgpkey/hu/bqx3ddb8nkcmfngfpc4fcq3cwuo3w7hr /.well-known/openpgpkey/hu/9F0048AC0B23301E1F77E994909F6BD6F80F485D.gpg \ No newline at end of file