Hi @GabeLon,
I haven’t used Digital Ocean but I suspect the issue is related to URLs that use PATH_INFO
, which don’t seem to be handled by your server setup properly. Try turning on disable_path_info
to see if it fixes the issue. If so, I’d still recommend debugging why your server environment doesn’t support PATH_INFO
URLs, as they’ll make your URLs much cleaner (and should be supported in pretty much any server environment, perhaps with some tweaking).
Regards,
Alec Smecher
Public Knowledge Project Team