No /image repository in album repository

Comments

  • check your mod_rewrite and htaccess settings. in the htaccess file, your rewrite base needs to be set to /photos. in your zp_config file, you can decide to turn on or off mod_rewrite (pretty URLs) by setting this:

    `// If you have Apache mod_rewrite, put true here, and you'll get nice cruft-free URLs.

    // MAKE SURE TO EDIT THE .htaccess FILE with your path information.

    $conf['mod_rewrite'] = true;`

    to true or false (depending on whether you want it on or off).

    NOTE: ZP 1.0.7, if you are using subalbums, does NOT work properly with mod_rewrite on.
  • trisweb Administrator
    The URL paths don't match the folder paths on purpose, so don't try to match the two. /image/ simply means it's an image request.

    Turn mod_rewrite off as Craig suggested, it doesn't look like your server supports it.
  • OK, it works now ...
    strange !

    thanks

    Y.
Sign In or Register to comment.