Remove obsolete htaccess
This commit is contained in:
parent
8a558ecd68
commit
37ed304ea9
19
.htaccess
19
.htaccess
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user