From 44d7c3bd588dd71f1b098ba2ad983e18533b3a20 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 6 Jun 2016 16:16:26 +0000 Subject: [PATCH] Done #463 @0:30 --- .htaccess | 1 + framework/application/configs/application.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5