We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

https redirect error | Forum

Sid
Sid Feb 17 '12
my website isn't redirecting correct ,i changed the url to https in includes/config ,even included( RewriteCond %{HTTP_HOST} ^mydomain\.co\.cc$ [OR]

RewriteCond %{HTTP_HOST} ^www\. mydomain\.co\.cc$

RewriteRule ^/?$ "https\:\/\/www\. mydomain\.co\.cc\/" [R=301,L])

 

 .htaccess 

still getting error when it redirects  https://www.mydomain.co.cc/https://www. mydomain.co.cc

Attachments:
  ture.PNG (9.04Kb)
Sid
Sid Feb 17 '12
FaceTester Leader
FaceTester Feb 17 '12
The main URI comes from the config.php in folder ow_includes
try to change the
define('OW_URL_HOME', 'http://yourdomain/');
in
define('OW_URL_HOME', 'https://yourdomain/');

hope it works now fine for you

greets
FaceT