ZenphotoCMS Forum
No /image repository in album repository - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: No /image repository in album repository (/thread-1162.html)



No /image repository in album repository - Propertiesfortwo - 2007-02-15

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.




No /image repository in album repository - thinkdreams - 2007-02-15

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.




No /image repository in album repository - trisweb - 2007-02-15

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.




No /image repository in album repository - Propertiesfortwo - 2007-02-16

OK, it works now ...
strange !

thanks

Y.