During the migration of our indico instance I found general problem with the way how links are handled in indico. During this migration we moved from a subdirectory path on one domain (http://<host1>/indico
) to a
dedicated host (http://<host2>/>
).
As all links where stored as full absolute URLs, this required a search-and-replace on the database plus some manual intervention.
From other systems (TYPO3 in this case) I know that they store links to internal objects (e.g. images) as special tags () from CKEditor, and expand it to suitable URIs at rendering time.
Would something similar be useful for Indico?