Skip to content

[FIX] Cypht: allow Cypht to work properly when SEFURL is off

Adrien Mbuya Maloba requested to merge adrienmaloba/tiki:tiki-22-cypht into 22.x

Before the modifications, when the URL is in this form https://example.org/tiki-index.php?page=My-page and we click to go to certain pages, we get the error "Page not found". cypht-sefurl

You can test by configuring the settings of the Cypht Plugin in a wiki page. The code returns a URL of type https://example.org/tiki-index.php?page=Cypht-21 to a URL of this type https://example.org/My-page

Merge request reports