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.
Comments
`// 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.
Turn mod_rewrite off as Craig suggested, it doesn't look like your server supports it.
strange !
thanks
Y.