hello, I am trying to point the root of my lighttpd server to my app with: url.rewrite = ( "^/$" => "/app/default/index" ) but the root still redirected to the welcome app. (Also tried url.rewrite-once and url.rewrite-repeat)
Then I tried redirect: url.redirect = ( "^/$" => "/app/default/index" ) and it worked. Does something special need to be done to rewrite URLs with lighttpd? Richard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---