The simpler media website CMS
Forum search only. You might also want to search on the main site's user guide.
Forum RSS
Visit the troubleshooting guide.
Visit the paid support page.
Your support helps pay for this server, and helps development of zenphoto. Thank you!
Visit the donations page
Comments
Subalbums and mod_rewrite don't play well together right now. Tristan is in the development stages on this, but for now, if you want to use subalbums, you need to turn mod_rewrite off.
They work fine with mod_rewrite off though.
<IfModule mod_rewrite.c>
RewriteEngine On
with
RewriteEngine Off
correct?
Everything looks to be messed up here
http://www.unpacked.it/gallery/
Change:
`$conf['mod_rewrite'] = true;`
to:
`$conf['mod_rewrite'] = false;`
The gallery is currently messed up because you turned off the actual rewriting, but Zenphoto still thinks the URLs should be mod_rewritten.