Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread Daniel Latter
*Unlike cpanel Plesk creates a separate account with all its httpdocs etc. so you are saying that you create one sub-domain and control all other sub domains via it.* I create the subdomain as a sub-folder as cpanel gives you two options, I use "Subdomain on subfolder" option. The only small snag

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread prado
Unlike cpanel Plesk creates a separate account with all its httpdocs etc. so you are saying that you create one sub-domain and control all other sub domains via it. So does your index.php direct to the bootstrap/application.php on the main domain? I have a module www.example.com/blog which I want

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread Daniel Latter
One more thing I should mention is that I use the subdomain part of the domain to distinguish subdomains, and I have a whitelist to. 2009/12/10 Daniel Latter : > Well I use plesk and ZF. I have many subdomains running from a single ZF app. > > Now I cant have wilcard domains which means I will

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread Daniel Latter
Well I use plesk and ZF. I have many subdomains running from a single ZF app. Now I cant have wilcard domains which means I will need a subfolder for each domain - this will become unwieldly, so I have a single "sub-domain" root dir and I just use this for each new subdomain I create. All the dir

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread prado
same root dir for all subdomains? could you clarify further? thanks Pradosh Daniel Latter wrote: > > Plesk doesnt support wildcard domains. A possible work around is using > the same root dir for all subdomains. > > Thanks > Daniel > > > > > > 2009/12/10 prado : >> >> Thanks Gerard for you

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread Daniel Latter
Plesk doesnt support wildcard domains. A possible work around is using the same root dir for all subdomains. Thanks Daniel 2009/12/10 prado : > > Thanks Gerard for your help again. > I don't have a VPS account, it is just one of those standard shared hosting > service. I am using a local comp

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread prado
Thanks Gerard for your help again. I don't have a VPS account, it is just one of those standard shared hosting service. I am using a local company and I can get in touch with the domain manager who is helpful. I know that is my last option to use. thanks anyway! cheers Pradosh drm-4 wrote: >

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread drm
Hi, prado wrote: But the web hosting company's production server (plesk) also creates the folders with all that standard public_html folder and others once I create a sub-domain. Now I don't want that to happen, I want the sub-domain to exist but without its physical folders. I will be asking th

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-10 Thread prado
Thanks Gerard I have got that working what you said below. I have got a module that points to a sub-domain via htaccess. But this is all happening on my WAMP test server and I also created a sub-domain in the host file inside WIndows. But the web hosting company's production server (plesk) also

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread drm
Hi Pradosh prado wrote: subdomain installation? Do i need to do some bootstrapping on the subdomain? Can this be achieved through a module that sits on the subdomain and that can be connected to the zf on the main domain? What do you mean by "connected"? I'm assuming you mean "example.org" b

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread prado
subdomain installation? Do i need to do some bootstrapping on the subdomain? Can this be achieved through a module that sits on the subdomain and that can be connected to the zf on the main domain? cheers scss wrote: > > adding the path of your models on the main domain to your include_path >

Re: [fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread scs
adding the path of your models on the main domain to your include_path of your subdomain installation? On Wed, Dec 9, 2009 at 1:49 PM, prado wrote: > > Hi > > I want create some zend scripts for eg views and controllers that sits > inside a subdomain and be able to access the framework and its mo

[fw-general] sharing zend framework inside the main domain from the subdoamin

2009-12-09 Thread prado
Hi I want create some zend scripts for eg views and controllers that sits inside a subdomain and be able to access the framework and its models that is sitting in the main domain. Any idea how can I achieve that? thanks Pradosh -- View this message in context: http://n4.nabble.com/sharing-zen