upgrade but ...

hi, i upgrade recently and its seem that the link for albums does't appear.

my zenphoto is in : http://www.jelto.net/blog/zp/
my albums is in : http://www.jelto.net/blog/zp/albums/
and for "australie" it should be http://www.jelto.net/blog/zp/albums/australie
but after upgrade it s http://www.jelto.net/blog/zp/australie

i'm sur i miss something somewhere ... for example those line:
// define('WEBPATH', '/zp');
// define('SERVERPATH', '/home/www/7dad485fa0cef2d530bc3a646a27f550/web/blog/zp');

if you ve and idea ... thanks !

Comments

  • trisweb Administrator
    You're getting confused by the mod_rewrite URL rewriting. Your "australie" should NOT be at /zp/albums/australie, even though it looks that way in your folders. The URL is rewritten into parameters for i.php, and has nothing to do with the folder structure, so don't assume that...

    Check your .htaccess file, an upgrade probably overwrote it and changed the RewriteBase back to the default. Yours should be:

    `RewriteBase /blog/zp`

    for you.

    On another note, there's just been a new release, 1.0.6, so as long as you're in there, you might as well upgrade if you haven't already.
  • you were right !
    it was so easy in fact ... it was just in front of me since the beginning ;)
    thanks,

    and i'll upgrade to 1.0.6 soon.
Sign In or Register to comment.