MyBB Community Forums

Full Version: Redirect login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, today i move the forum to another location and i got a problem of redirect the users when login, even the Admin, is there a file where i can put the new url so they can be well redirect?

Thanks
Hay nsilva,
if you moved to a new location
you have to change the settings :
ACP->Configuration->Settings->Site Details
change Board URL, Homepage URL and Cookie domain,
im not professinal im not sure if it's gonna fix your problem,
but i know that when you are making domain changes you have to change this to.

Regards, Afik.
(2016-08-09, 05:33 PM)tphe1234 Wrote: [ -> ]Hay nsilva,
if you moved to a new location
you have to change the settings :
ACP->Configuration->Settings->Site Details
change Board URL, Homepage URL and Cookie domain,
im not professinal im not sure if it's gonna fix your problem,
but i know that when you are making domain changes you have to change this to.

Regards, Afik.

The problem is that i already changed and now i can not access the acp, it accepts the password but then redirects to the forum and with no login, i need to know if i can do this in the php files like settings or other file.
(2016-08-09, 08:48 PM)nsilva Wrote: [ -> ]
(2016-08-09, 05:33 PM)tphe1234 Wrote: [ -> ]Hay nsilva,
if you moved to a new location
you have to change the settings :
ACP->Configuration->Settings->Site Details
change Board URL, Homepage URL and Cookie domain,
im not professinal im not sure if it's gonna fix your problem,
but i know that when you are making domain changes you have to change this to.

Regards, Afik.

The problem is that i already changed and now i can not access the acp, it accepts the password but then redirects to the forum and with no login, i need to know if i can do this in the php files like settings or other file.

np, go to inc/settings.php change it there.
I have changed -> $settings['cookiedomain']
$settings['bburl'] and $settings['homeurl'] = "/";

The last one is like that by default, if i have http://somesite.com/forum, should i put this in the homeurl?

Thanks
as i told you im not professional,
but im pretty sure that home url is the first page.
inc/settings I would say, and in Admin CP it needs to be the same under Configuration/Site details. If you still experience an issue speak to your host and see if they are able to guide you, it could be on their end ,,
(2016-08-09, 11:20 PM)Starnova Wrote: [ -> ]inc/settings I would say, and in Admin CP it needs to be the same under Configuration/Site details.  If you still experience an issue speak to your host and see if they are able to guide you, it could be on their end ,,


Well i tried those settings and still the same, i'm confused, if i move the forum to a folder called forum instead of the root site as previous was, what should i change in setting for the forum work as it should?

Example:
before: http://somedomain.com

now: http://somedomain.com/forum

Thanks.
(2016-08-10, 08:27 AM)nsilva Wrote: [ -> ]
(2016-08-09, 11:20 PM)Starnova Wrote: [ -> ]inc/settings I would say, and in Admin CP it needs to be the same under Configuration/Site details.  If you still experience an issue speak to your host and see if they are able to guide you, it could be on their end ,,


Well i tried those settings and still the same, i'm confused, if i move the forum to a folder called forum instead of the root site as previous was, what should i change in setting for the forum work as it should?

Example:
before: http://somedomain.com

now: http://somedomain.com/forum

Thanks.


Any idea, i have tried the solutions above and still the problem remains, how can i set everything to work like the example above?

Thanks.