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..."
找python虚拟主机
http://groups.google.com/group/python-cn
http://webpy.org
http://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
-~----------~----~----~----~------~----~------~--~---