Member
Member
Propertiesfortwo   2007-02-15, 18:45
#1

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.

Member
Member
thinkdreams   2007-02-15, 19:06
#2

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.

Developer
Developer
trisweb   2007-02-15, 20:18
#3

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.

Member
Member
Propertiesfortwo   2007-02-16, 21:33
#4

OK, it works now ...
strange !

thanks

Y.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.