Updates.
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
Options +FollowSymLinks
|
||||
RewriteEngine on
|
||||
|
||||
RewriteCond %{HTTP_HOST} !^www\.dialyse-berlin\.net [NC]
|
||||
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
|
||||
#RewriteEngine on
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^www\.dialyse-berlin\.net [NC]
|
||||
RewriteCond %{HTTPS} !=on
|
||||
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
|
||||
#RewriteCond %{HTTP_HOST} !^www\.dialyse-berlin\.net [NC]
|
||||
#RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]
|
||||
|
||||
#RewriteCond %{HTTP_HOST} ^www\.dialyse-berlin\.net [NC]
|
||||
#RewriteCond %{HTTPS} !=on
|
||||
#RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{QUERY_STRING} ([a-zA-Z0-9-_.=&+%]*)
|
||||
|
||||
Reference in New Issue
Block a user