I don't think this is actually a bug, but:
some of the links appear ok in the page source, for example:
http://localhost/zenphoto/index.php?album=habitats-prives/projet-006when clicked, the URL looks like this:
http://localhost/zenphoto/index.php?album=habitats-prives/projet-006so "/" is replaced by %2F
I'm not using mod_rewrite. How can this be fixed?
Comments
mod_rewrite is exactly for that purpose; otherwise you'll have to deal with the ugly-looking URLs.