u must setup your web server for apache : .htaccess RewriteRule ^(.*) /code.py/$1 [L]
read more at http://webpy.org/install On 4 нояб, 15:11, " " <[EMAIL PROTECTED]> wrote: > in web.py install docments, it says: > if python is runed with fastcgi, the first visit url will be > abc.com/code.py/ > and how to make it to abc.com/ to my default app? > > eg: > > urls = ( > '/', 'index.Index', > '/people/new', 'people.New', > '/people/([^/]+)', 'people.View', > ... > ) > > will this urls need to change? or change it in the .htaccess? 3Q > > -- > ! > , "powered by abc..." > pythonhttp://groups.google.com/group/python-cnhttp://webpy.orghttp://twitter.com/qichangxing > Gtalk: iexper(at)gmail.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
