Welcome Guest, Not a member yet? Register   Sign In
Confusing simple problem
#6

[eluser]slowgary[/eluser]
Just to complete the post for anyone else who has this issue, the problem is that the URL is:
Code:
http://www.domain.com/index.php
which is calling the index() function of the controller just fine. But the link on the index page directs to:
Code:
http://www.domain.com/register
This omits the actual controller, which is 'Start'. The index page worked because it's the default, but the register page would need to be referenced from within the 'Start' controller, which means the URL should be:
Code:
http://www.domain.com/start/register


Messages In This Thread
Confusing simple problem - by El Forum - 03-30-2009, 09:44 PM
Confusing simple problem - by El Forum - 03-30-2009, 10:08 PM
Confusing simple problem - by El Forum - 03-30-2009, 10:10 PM
Confusing simple problem - by El Forum - 03-30-2009, 10:19 PM
Confusing simple problem - by El Forum - 03-30-2009, 10:50 PM
Confusing simple problem - by El Forum - 03-30-2009, 11:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB