OJS 3.2.1.1
Two journals with a custom domain in one installation:
base_url = "https://maindomain.tld"
base_url[index] = https://maindomain.tld/index
base_url[abc] = https://customdomain1.tld
base_url[def] = https://customdomain2.tld
restful_urls = On
Let’s say that issue ID 123 belongs to journal abc. This is the correct way to view that issue in the browser:
https://customdomain1.tld/view/issue/123
However, the following URL also works:
https://customdomain2.tld/view/issue/123
And this shows issue ID 123 as belonging to the wrong journal (def instead of abc). There does not seem to be a check if the isssue being requested actually belongs to the domain in the URL.
Is there any way to stop this from happening? The same thing happens in OJS 3.3.0.4.
Thanks in advance,
Jan Pieter
1 post - 1 participant