RewriteEngine on
RewriteBase /
# Redirection to www. subdomain
- RewriteCond %{HTTP_HOST} !physioassist.com$
+ RewriteCond %{HTTP_HOST} ^physioassist.com$
RewriteRule ^(.*)$ http://www.physioassist.com/$1 [R=301,L]
# Protect framework
webhost = simeox.dev.cubedesigners.com
httpauth.username = physio
-httpauth.password = assist2016z
\ No newline at end of file
+httpauth.password = assist2016z
+httpauth.ip_whitelist[] = 81.57.231.18
+httpauth.ip_whitelist[] = 82.216.164.184
\ No newline at end of file