not loading to albums folder getting 404

http://pureklas.co.uk/gallery

ok this is how it stands:

ive read all over the forum, read other threads like it but nothing like this. Not all themes load my thumbs, but the theme im using does. If you click a album it doesn't got to /albums folder, it loads the folder from the root dir.

anyway my phpinfo page is here http://pureklas.co.uk/gallery/info.php .

I have set at the bottom of the config:

define('SERVERPATH', '/home17b/XXX/XXX/pureklas.co.uk/gallery/');

why isnt it working??

i would like to say, i have been searching for weeks for a good gallery system, zen looks wicked!

Comments

  • oh i have changed the .htaccess

    <IfModule mod_rewrite.c>
    RewriteEngine On

    # !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!
    RewriteBase /gallery/
  • ok i just found out why, my webhost takes 30mins to update the .htaccess file.. my bad..

    as i have started a thread..

    if you look at the folder set out here:

    http://pureklas.co.uk/gallery/albums

    i just need the subfolders and images working. i know it aint finished but really need it. i got a subfolder, it adds %2F which is / but in ASCII...but subfolders arent loading.

    how do you get a thumbnail on folders? without adding a image in album, as the album only has "subfolders".

    edit:
    ok i've done it by changing the thumbs in index.php to "printCustomAlbumThumbImage(getAlbumTitle(), null, 230, null, 210, 60);".

    er and sorry for the 3 posts. bit of a whore.
  • trisweb Administrator
    Please read this thread http://www.zenphoto.org/support/topic.php?id=972&replies=26 about the incompleteness of subalbums, and this thread http://www.zenphoto.org/support/topic.php?id=1050&replies=3 about why you don't have `/albums/` in your URLs.

    mod_rewrite is not ready for subalbums, you need to turn it off to use them. zp-config.php, `$conf['mod_rewrite'] = false;`
  • oh, i read it, thought re-write in .htaccess not in config! idiot.. god damn.

    by the way if its any help i have just donated as you've made a great piece of software.

    thanks.
  • trisweb Administrator
    :-D Thanks! You get as much support as you want now ;-)
Sign In or Register to comment.