GetSimple Support Forum
GetSimple CMS on Caddy server with Fancy url - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: GetSimple CMS on Caddy server with Fancy url (/showthread.php?tid=16871)



GetSimple CMS on Caddy server with Fancy url - krlllo - 2022-12-10

I got getsimple setup on Caddy server V2, but it only works with regular url expression index.php?id=/page and when I change it to Fancy url ON, the link on the page changes, but the content of the page does not change.

I have created a thread on the Caddy forum https://caddy.community/t/how-to-override-htacess-file-config-apache/18052 
and was told that I should change my PHP app to read from
Code:
$_SERVER['REQUEST_URI']

But I don't know what or where to change exactly.