| Summary: | Setup Koha Aliases (or virtual directory) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Aditya Sethi <adifbbk1> |
| Component: | REST API | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P3 | CC: | dcook, tomascohen |
| Version: | 23.11 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Aditya Sethi
2024-09-02 07:23:42 UTC
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. |