Open ajquick opened 5 years ago
I am submitting a pull request to the phpBB dev team which will solve this problem of redirects to different domains. It uses the cookie settings to allow redirects to any domain covered under the cookie settings.
Ex. wiki.domain.com & forum.domain.com
phpBB pull request: https://github.com/phpbb/phpbb/pull/5517 phpBB Ticket: https://tracker.phpbb.com/browse/PHPBB3-15945
When directing to a domain that is different from the phpBB installation (such as a subdomain) the phpBB installation can give the following error:
This will be a hurdle at needs to be overcome, either by creating a phpBB extension, or by working some magic through the MW installation.