Hi, I am running nginx/0.7 + php/5 (fastcgi) + mysql/5. I don't need SEO friendly URL, so URL rewriting is disabled.
I want to run the core zenphoto system on mydomain.com, and I want the actual photos to be served from subdomain.mydomain.com. Can this be done? I have tried storing the albums folder external to the main zenphoto folder, but all the images are still served from the main domain.
Comments
In other words, zenphoto is run by the httpd on mydomain.com, but the images reside on the media[1..N].mydomain.com subdomains, to which the zp code will link.
I am planning to launch a large gallery with zp. so spreading the contents across several subdomains for scalability.
I think there are some image/file hosting services that take this approach... i.e., the main domain hosts the PHP code, but the actual files/images are distributed over several subdomains.