add www subdomain if missing
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
|
||||
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
|
||||
RewriteCond %{HTTP:Authorization} .
|
||||
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
|
||||
|
||||
Reference in New Issue
Block a user