I tried to make a redirect to my frontpage and didnĀ“t remember how to do that so I tried with redirect(URL()). That leads to a endless loop. In my case Firefox stopped after trying to redirect. Maybe web2py should detect this stupid programming error or is there a case when URL() is needed?
Now I know that the adress of the frontpage is URL('default', 'index') Kenneth