From 7d391fe3ef8720a77aefa9e858f01c7ee52101ef Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 7 Sep 2026 21:44:20 -0400 Subject: [PATCH] i said commit all the shit you piece of git --- docs/develop.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/develop.md b/docs/develop.md index beabaa9..d4160f0 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -6,6 +6,10 @@ Start the PHP webserver like this, assuming you have curl-impersonate installed LD_PRELOAD=/usr/local/lib/libcurl-impersonate-ff.so CURL_IMPERSONATE=ff117 php -S localhost:8000 ``` +Make sure to add `.php` to paths, the embedded PHP webserver doesnt support `mod_rewrite`-like directives. + +If, for some reason, you're in an environment where accessing the debug logs is impossible (like those shitty shared webhosts), you can set `DISPLAY_ERRORS` to `true` in `data/config.php`. + # Debug guide for docker Install: