mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 20:22:32 +02:00
fix: several fixes to improve ahrefs site score
This commit is contained in:
@@ -55,10 +55,10 @@ RewriteCond %{SERVER_PORT} ^80$
|
||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^rickvanlieshout.com [NC]
|
||||
RewriteRule ^(.*)$ http://www.rickvanlieshout.com/$1 [L,R=301]
|
||||
RewriteRule ^(.*)$ https://www.rickvanlieshout.com/$1 [L,R=301]
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^mastermindzh.com [NC]
|
||||
RewriteRule ^(.*)$ http://www.mastermindzh.com/$1 [L,R=301]
|
||||
RewriteRule ^(.*)$ https://www.mastermindzh.com/$1 [L,R=301]
|
||||
|
||||
# Optional: explicitly enable per-directory rewrites in the .htaccess context.
|
||||
|
||||
|
Reference in New Issue
Block a user