Skip to content
Discussion options

You must be logged in to vote

Fixed: What a ride, good old claude AI assisted.

The problem occurs because of installing it in a subdirectory
the problem all stemmed from the install and I should have realised that /u in https://mysite/u/htmly/ in config.php was more important than just a local problem.

So after hours working with claude we worked out:
site_path() is returning /u/htmly instead of /htmly. When it tries to strip /u/htmly from /htmly/login — no match — so the path stays as /htmly/login, final_uri becomes htmly/login, and no route matches it. That's why nothing happens.
And the home page "working" is a fluke — /htmly/ with /u/htmly not matching leaves $uri = htmly, which hits /:static with $static=htmly, t…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by russellii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant