First of all, don't. Use PythonAnywhere.com instead. It is cheaper, and more Python friendly.
If you really have to, you have two options, FastCGI and Proxy. The latter is the simplest way. You run web2py from shell as you normally do, from localhost, and you configure .htaccess to redirect all traffic to 127.0.0.1:8000. ProxyPass http://localhost:8000/ ProxyPassReverse http://localhost:8000/ On Friday, 20 December 2013 17:41:36 UTC-6, AY wrote: > > Hi, > > I am trying to setup web2py for godaddy.com > > Anyone with experience with Godaddy.com? > > Or any suggestions? > > Regards, > > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.