I think I got it...
it was simply using a static like link.
Instead of:
<a href="default/user/register">
I did this...
<a href="/IID/default/user/register">
And seemed to solve my issue.
Regards,
Jason



On Sun, 2009-07-05 at 09:42 -0700, mdipierro wrote:
> I do not understand. Sorry.
> 
> On Jul 5, 11:31 am, Jason Brower <encomp...@gmail.com> 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 web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to