On Wednesday 26 Jan 2011 11:04:02 Derk wrote: > Hello, > > I’m trying to install a Zend Framework application that uses some > subdomains in a shared hosting environment. So I didn’t have access to > httpd-vhosts.conf. The problem is that when I make a new subdomain in > DirectAdmin the subdomain points to the directory ‘public_html/subdomain’ > instead of ‘public_html’. Therefore requests to a subdomain do not go > through the public_html/index.php > > Does someone has experienced this before?
With a .htaccess you can redirect all calls from public_html/subdomain to public_html. For each subdomain you get a new folder in the public_html, but everything else will work fine. Regards, Jurian -- Jurian Sluiman Soflomo - http://soflomo.com
