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.ukIt 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.cssIn my .htaccess file I have
RewriteBase /
Has anyone managed to successfuly install it on a subdomain??
Can anyone help me out
Comments
Main site
/httpdocs
Subdomains
/subdomains/gallery/httpdocs
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
Can anyone else lend a hand? It is rather frustrating.
My server set up is the same as <b>jvbates</b>, in how how the subdomains are referenced.
Thanks.