codeigniter4-auth icon indicating copy to clipboard operation
codeigniter4-auth copied to clipboard

404

Open NetMonkeyUS opened this issue 4 years ago • 1 comments

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.

NetMonkeyUS avatar Mar 28 '21 04:03 NetMonkeyUS

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!

xcy7e avatar Jun 17 '21 13:06 xcy7e