From: vincent@cubedesigners.com Date: Mon, 6 Jun 2016 16:16:26 +0000 (+0000) Subject: Done #463 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=44d7c3bd588dd71f1b098ba2ad983e18533b3a20;p=physioassist.git Done #463 @0:30 --- diff --git a/.htaccess b/.htaccess index 8b5d71d..ef45010 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,7 @@ RewriteEngine on RewriteBase / # Redirection to www. subdomain + RewriteCond %{HTTP_HOST} ^physioassist.com$ RewriteRule ^(.*)$ http://www.physioassist.com/$1 [R=301,L] diff --git a/framework/application/configs/application.ini b/framework/application/configs/application.ini index 04edf79..73b198d 100644 --- a/framework/application/configs/application.ini +++ b/framework/application/configs/application.ini @@ -75,5 +75,5 @@ webhost = simeox.dev.cubedesigners.com httpauth.username = physio httpauth.password = assist2016z -httpauth.ip_whitelist[] = 81.57.231.18 +httpauth.ip_whitelist[] = 88.190.245.49 httpauth.ip_whitelist[] = 82.216.164.184 \ No newline at end of file