Welcome Guest, Not a member yet? Register   Sign In
Myth/Auth route_to Problems
#1

(This post was last modified: 03-15-2020, 08:13 AM by InsiteFX.)

Place these route_to in the welcome_message.php view file.

PHP Code:
<p>
    <a href="<?= route_to('login');?>">Login</a>
    <a href="<?= route_to('register');?>">Register</a>
</
p

When you click on either link it just comes back with a reload of the same page.
It doe's not load the login or register views at all.

Seems like something has broken the route_to because I did have it working before.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB