Hi I do not have access to create subdomains for koha, instead I have been provided to use virtual directory "/library" to the VM. The url https://example.com has another application hosted and the DNS is pointing to that VM. The VM that has Koha installed has access to host https://example.com/library. So, even if we change koha-shared-intranet.conf and point aliases to /library, the website opens as expected without loading CSS. And all hyperlinks are pointing to https://example.com/cgi-bin or https://example.com/intranet-tmpl, which the Koha VM do not have the access to. And, due to restrictions, I am not allowed to create additional subdomains specifically for Koha. What should I do? Is there any script to reinstall Koha with aliased paths?
Hi, Bugzilla should be used only for bugfixes and enhancement requests. As yours is a support/installation question, please use one of our free support channels (mailing lists and chat mostly) instead. See: https://koha-community.org/support/community-support/ This has the additional advantage of many more people reading your questions that might be able to help.
(In reply to Aditya from comment #0) > What should I do? Is there any script to reinstall Koha with aliased paths? I can answer this one here. It's impossible. Koha has hard-coded to be served from the root path. You cannot serve it from "/library". It's an unfortunate limitation, but one that would require a prohibitive amount of work to fix.
Maybe if you can't use sub-domains using different ports for staff and OPAC is an option for you.
(In reply to Katrin Fischer from comment #3) > Maybe if you can't use sub-domains using different ports for staff and OPAC > is an option for you. Agreed. That's really the only other option I'd say.