What happens when you use the URL function to generate the href attributes?
On Jul 5, 11:31 am, Jason Brower <[email protected]> wrote: > I have a funny issue with links... > ip/IID > and > ip/IID/ > are different. > The second one works, but the first one goes to the wrong pages all the > time. > This is in the view... > <div class="center w200"> > <a href="default/user/register"> > <img > src="{{=URL(r=request,c='static',f='images/register_button.png')}}" > alt="Register Button"/> > </a> > <a href="default/user/login"> > <img > src="{{=URL(r=request,c='static',f='images/login_button.png')}}" > alt="Register Button"/> > </a> > Any ideas? > Regards, > Jason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

