Re: How to model a web host app?

2009-06-12 Thread Martin Westin
Sure, full domains is just a matter of modifying the way you "find" the correct config. Come to think of it, the code at the bakery does that already. It is the very simplest, most generic way of doing it. I have variations where it checks the root domain and only allows sub- domains. It then thro

Re: How to model a web host app?

2009-06-11 Thread milesrichard...@gmail.com
Thanks. I had seen that before but I am just now beginning to see how it will fit. Is it possible to do something like that with full domains rather than simply subdomains? Miles On Jun 11, 1:42 am, Steve wrote: > You may want to check out this article in the > bakery:http://bakery.cakephp.org

Re: How to model a web host app?

2009-06-10 Thread Steve
You may want to check out this article in the bakery: http://bakery.cakephp.org/articles/view/one-core-one-app-multiple-domains It may not do it exactly that way you want to, but it should give you an idea on accomplishing some of the things you want to do. --~--~-~--~~~--

How to model a web host app?

2009-06-10 Thread chatmasta
Hey, I'm about to start on a project that, for all intents and purposes, will be a free webhost. I also want to learn to use CakePHP and I think this will be a great time to do it. But there are a few issues I want to get sorted before I start anything: Users will be assigned a username, and the