(04-02-2020, 11:03 AM)dgvirtual Wrote: Yes, RewriteBase in .htaccess was a problem - I have used the commented-out directive at the beginning of the file, but later noticed there is such a directive that is to be used.
Now only one problem remains: when I go to http://localhost/demoapp/public/admin/ the page redirects to http://localhost/demoapp/public/admin/login and then refuses to load saying there is a cyclical redirection or something...
(string) $request->uri behaves incorrectly, maybe there is a problem in the framework. I replaced it with
current_url(), should now work.
Basic App, an open source simple CMS based on CodeIgniter 4