On Friday 12 May 2006 10:00, [EMAIL PROTECTED] wrote: > > I'm installing Gallery 2.1 in 'multi site config'; > > > > I've put the Gallery tree to /usr/share/gallery2, and, > > symlinked to /home/domain.tld/www/gallery > > (www.domain.tld/gallery/) I then installed from there, with > > the site album at /home/domain.tld/www/photogallery > > I have a feeling that symlinking is not the recommended way to set up the > codebase for multisites, it confuses the gallery code. I had a similar > problem and ended up copying pieces of the gallery install into the > installed multisite. Read on... > > > in Firefox, the photos display BUT, the whole layout is 'all > > over the place' > > Have a look at the source of the page in your browser. It sounds like your > CSS links aren't where the generated HTML is looking for them. I'm not > sure how this relates to your .htaccess changes, but I copied the CSS files > it couldn't find from the codebase to the multisite location that it was > looking in to fix the layout (disclaimer, this is a kludge). I think if > you follow the multi-site instructions to the letter, this isn't a problem, > but it seems we both like to do things the hard way. > > > I realize I should really ask this on Gallery list, but, in > > case someone reconginzes my problem... > > It's your lucky day! :):) But yeah, the gallery forums/wiki are packed > with good info, including some on this particular problem.
Again I agree! inserting an .htaccess probably involves 'follow-sym-links' and such. KISS /www.home/each.multi.site (and every thing else for your www site) /somewhere.else/each.multi.site.data Being creative is the way to heartache. Each multisite is tiny: [tigger] /home/jam [52]% du -s /home/www/v* 32 /home/www/vcatherine 32 /home/www/vdeej 32 /home/www/vdm 32 /home/www/vjuliet 32 /home/www/vmargaret 32 /home/www/vmargi 36 /home/www/vphotos 32 /home/www/vroc 32 /home/www/vtigger Put the data somewhere, anywhere you want [tigger] /home/jam [54]% du -s /home/gallery/* 101608 /home/gallery/vcatherine 165500 /home/gallery/vdeej 269632 /home/gallery/vdm 99560 /home/gallery/vjuliet 8612 /home/gallery/vmargaret 310644 /home/gallery/vmargi 1129300 /home/gallery/vphotos 162332 /home/gallery/vroc 3346612 /home/gallery/vtigger James -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
