add www subdomain if missing
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
|
# Add www subdomain if missing
|
||||||
|
RewriteCond %{HTTP_HOST} ^stemmechanics.com.au$ [NC]
|
||||||
|
RewriteRule (.*) https://www.stemmechanics.com.au/$1 [R=301,L]
|
||||||
|
|
||||||
# Handle Authorization Header
|
# Handle Authorization Header
|
||||||
RewriteCond %{HTTP:Authorization} .
|
RewriteCond %{HTTP:Authorization} .
|
||||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||||
|
|||||||
Reference in New Issue
Block a user