Hi, I have an issue when you login to the crew center, on a subdomain, it redirects you to the main page, run by wordpress… ANY IDEAS ON THIS ISSUE!!!
Hi,
have you changed your local.config.php so that your subdomain is also in the url there?
example:
define('SITE\_URL', 'http://crew.ossenblok.media');
What is your website url?
On 7/1/2017 at 0:19 AM, Jonah0037 said:
Hi, I have an issue when you login to the crew center, on a subdomain, it redirects you to the main page, run by wordpress… ANY IDEAS ON THIS ISSUE!!!
Also make sure your DNS settings are correct, if your using a subdomain as a redirect (crew.url.com redirects to url.com/crew) that also could be causing you issues if not properly configured. Everything in your DNS settings must match what’s in the local.config.php file.
Thank you guys, I fixed it!!!