very strange !
http://bas.divroet.org/photos/
http://bas.divroet.org/photos/albums/japonais-2007/MJ.jpg
but here nothing :
http://bas.divroet.org/photos/albums/japonais-2007/image
(path is not exist !)
http://bas.divroet.org/photos/i.php
no safe mod and albums and cache are 777chmod
an idea ?
Y.
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.
OK, it works now ...
strange !
thanks
Y.