codeigniter4-auth
codeigniter4-auth copied to clipboard
404
Followed instructions but getting a 404 when I type in /register. Should I copy all the routes to my Routes.php in Config? I'm missing something.
Got the same problem.
Fixed it by changing the RewriteBase to the correct path, in /public/.htaccess
My setting had to be: /MyProjectFolder/public/
You might as well have to change the register-form target url as it is simply (/register) regardless of your AppPath. Replacing route_to() with base_url() did the job for me!