I’m using nginx and attempted to move the site from a development directory (/var/www/_foo) to a simpler-named directory (/var/www/foo). It didn’t work, so I switched everything back to /var/www/_foo).
Now, when trying to access my site, I get a blank white page.
The access log shows changes in the http_referer field. Before it would look something like this:
<IP> - - [<date/time>] "GET /about HTTP/1.1" 200 17770 "<my_url>/index.php/about" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
Now it’s:
<IP> - - [<date/time>] "GET /about HTTP/1.1" 200 31 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
It seems like all of the data is still there, I just have no idea how to re-connect. Apologies if this is more of an nginx issue – I’m just at a loss as to what search terms to even use.