23-01-2026
This commit is contained in:
parent
a939cd51ef
commit
a8b395e20d
248 changed files with 29342 additions and 4805 deletions
|
|
@ -6,17 +6,9 @@
|
|||
|
||||
RewriteEngine On
|
||||
|
||||
|
||||
#RewriteCond %{HTTP_HOST} ^www\.([^\.]*)\.mivita\.care$ [NC]
|
||||
#RewriteRule (.*) http://%1.mivita.care$1 [R=301,L]
|
||||
|
||||
#RewriteCond %{HTTPS} off
|
||||
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
#RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
|
||||
|
||||
#RewriteCond %{HTTPS} on
|
||||
#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
#RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L]
|
||||
# Entferne WWW von allen Domains und Subdomains
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
|
||||
RewriteRule ^ %{REQUEST_SCHEME}://%1%{REQUEST_URI} [R=301,L]
|
||||
|
||||
# Handle Authorization Header
|
||||
RewriteCond %{HTTP:Authorization} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue