You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
example.com/auth/ is working but example.com/auth is also working (without css)
example.com/auth/dashboard working but example.com/auth/dashboard/ is also working (without css)
example.com/auth/setting working but example.com/auth/setting/ is also working (without css)
Which means, dashboard and setting is working like directory.
You need to run leaf from public folder, go to public folder then type "leaf serve" all will be there. When you put app on the server apache knows how to handle redirects but php -s emebed server don't know.
URL routing is not working as expected
example.com/auth/ is working but example.com/auth is also working (without css)
example.com/auth/dashboard working but example.com/auth/dashboard/ is also working (without css)
example.com/auth/setting working but example.com/auth/setting/ is also working (without css)
Which means, dashboard and setting is working like directory.
The text was updated successfully, but these errors were encountered: