Welcome Guest, Not a member yet? Register   Sign In
Newbie routing problem
#3

[eluser]Simian Studios[/eluser]
More than likely the problem is in your view rather than anywhere else - I am guessing that in your HTML you have links like this:

Code:
<a href="home">example</a>

If that's the case, its easy to fix, just make the links absolute by adding a preceding "/" e.g.

Code:
<a href="/home">example</a>

If not, post your view code and we should be able to work it out.


Messages In This Thread
Newbie routing problem - by El Forum - 06-14-2010, 05:31 AM
Newbie routing problem - by El Forum - 06-14-2010, 08:54 AM
Newbie routing problem - by El Forum - 06-14-2010, 08:55 AM
Newbie routing problem - by El Forum - 06-14-2010, 08:56 AM
Newbie routing problem - by El Forum - 06-14-2010, 09:00 AM
Newbie routing problem - by El Forum - 06-14-2010, 09:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB