ZenphotoCMS Forum
Installing on a subdomain - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Installing on a subdomain (/thread-165.html)



Installing on a subdomain - jvbates - 2005-12-10

Sorry, I know this subject seems to of been covered in other topics, but I can't seem to find an answer!!!

I've installed ZenPhoto once on my main domain (now deleted!)
http://www.exit7.co.uk/

But I now want to install it at the root of a subdomain
http://gallery.exit7.co.uk

It all seemed to go OK, created database tables OK, admin all looks OK, but then when I view the gallery it doesn't load any images or CSS. Looking at the activity it's trying to call;

http://cars/image/thumb/07.jpg (cars being the only gallery so far!)
http://themes/default/zen.css

In my .htaccess file I have
RewriteBase /

Has anyone managed to successfuly install it on a subdomain??

Can anyone help me out




Installing on a subdomain - jvbates - 2005-12-10

Just a thought the way my host has domains setup from the servers root, is like this:

Main site
/httpdocs

Subdomains
/subdomains/gallery/httpdocs




Installing on a subdomain - jvbates - 2005-12-10

Update again...

Got it almost working by manually defining the WEBPATH as described in this topic;
http://www.zenphoto.org/support/topic.php?id=106#post-468

So my config file now reads:
define('WEBPATH', 'http://gallery.exit7.co.uk');

The only issues I can see now is:

(1) When i'm in a gallery, and click the 'home' (or gallery name) link it takes me to; http://gallery.exit7.co.uk/page/1 rather than http://gallery.exit7.co.uk/

I'm sure this is something to do with the .htaccess file - anyone any ideas?

(2) In the admin section it still doesn't appear to be pulling in any thumbnails, either in my albums or the themes snapshots?

ADDED
(3) The upload functionality form the admin section doesn't seem to work!

Any help much appreciated




Installing on a subdomain - nathan - 2005-12-15

I have the same probel as you, and it appears you have gotten further than I have.

Can anyone else lend a hand? It is rather frustrating.

My server set up is the same as jvbates, in how how the subdomains are referenced.

Thanks.




Installing on a subdomain - jvbates - 2005-12-16

Nathan, have you completed the steps I mentioned above?