One OMP installation for different domains?

Describe the issue or problem
Existing presses migrating to our OMP installation want to keep their original domain name. Is it possible to configure the server where the original domain is hosted and our OMP instance in a way to accomplish this?

So i.e. we have a press (“academicpress”) located at www.academicpress.net that wants to migrate to our OMP instance running at omp.universitylibrary.edu. We would host “academicpress” at omp.universitylibrary.edu/ap and books of this press would be served i.e. at omp.universitylibrary.edu/ap/catalog/book/3.
However, instead of this, we want to use the original domain. That is, books should be served via www.academicpress.net/catalog/book/3, or at least www.academicpress.net/ap/catalog/book/3.

Is this possible? And if so, what steps are to be taken?

Yours,
Felix

Technically possible. We have journals that work similarly.

My English may not be enough to explain it :slight_smile:

  1. academicpress.net domain will be redirected to the new server’s IP.

  2. academicpress.net domain will be parked (Domain Pointer) on new server (under universitylibrary.edu)

  3. Add the following line to the OJS config file:

base_url[ap] = https://www.academicpress.net/index.php/ap

I think, server administrator will support you on this.

@kerimsarigul Thanks a lot!
I will ask our admin about it : )
Yours
Felix