Member
Member
dmancini   2007-02-09, 02:29
#1

Here

http://www.unpacked.it/gallery/
http://www.unpacked.it/gallery/Withsubalbums/

the album with subalbum doesn't work ...
What can I do ?


I'm with mod rewrite on ...


-)



ciao ciao

Member
Member
thinkdreams   2007-02-09, 04:54
#2

@Dmancini

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.

Member
Member
dmancini   2007-02-09, 11:43
#3

Ok, you mean I have to change this

RewriteEngine On

with

RewriteEngine Off

correct?

Everything looks to be messed up here

http://www.unpacked.it/gallery/

Developer
Developer
trisweb   2007-02-09, 11:47
#4

Nope, actually it's the parameter in zp-config.php in your /zen directory.

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.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.