Moving Concrete site.
Permalink
I want to create a sandbox for a site, so I created a subdomain through cpanel. I moved the site to the subdomain and changed config/site.php
from:
define('BASE_URL', 'http://benStage.luanjenkins.com');
to:
define('BASE_URL', 'http://brcdesigns.com');
THE PROBLEM:
When I try to access the subdomain, I get the message "The webpage athttp://benstage.luanjenkins.com/... has resulted in too many redirects." I cleared my cache and cookie and disabled them. I'm not sure what I did wrong, what what is wrong.
Thanks for the help.
from:
define('BASE_URL', 'http://benStage.luanjenkins.com');
to:
define('BASE_URL', 'http://brcdesigns.com');
THE PROBLEM:
When I try to access the subdomain, I get the message "The webpage athttp://benstage.luanjenkins.com/... has resulted in too many redirects." I cleared my cache and cookie and disabled them. I'm not sure what I did wrong, what what is wrong.
Thanks for the help.
here some answers:
1. I don't understand how that brcdesigns.com could be a subdomain of benstage.luanjenkins.com. From the search I make on your names you have two DNS A records for the same server IP and the two domain names are not related.
2. try to follow these instructions:http://www.concrete5.org/documentation/installation/moving_a_site/...
hope it helps.
cheers