Forums

Multiple web2py apps and custom domains...

Hello

One question about web2py custom domain setup :

On $12 plan, can I one webapp with two applications inside, and have two domains pointing on each webapp For example : WebApp |_ MyApp1 (www.myapp1.com) |_ MyApp2 (www.myapp2.com) (routing is done using WebApp\routes.py file

or should I have one app per domain?

WebApp1 |__ MyApp1 (www.myapp1.com)

WebApp2 |__ MyApp2 (www.myapp2.com)

Thank you

For future reference I've posted a wiki page to answer this question:

How to set up multiple domains for multiple Web2Py applications