ZenphotoCMS Forum
path + 403 errors - 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: path + 403 errors (/thread-1244.html)



path + 403 errors - jpggreg - 2007-03-04

so I started up a zenphoto gallery

url is

www.timelessartphoto.com/gallery

first error comes in

when clicking on the "test" album it send you to ".com/gallery/test" and not to ".com/gallery/albums/test"

second error when putting in ".com/gallery/albums/test" the 403 forbidden error comes up..

need help please ... email me or post jpg_greg@yahoo.com




path + 403 errors - trisweb - 2007-03-04

First error is not an error, that's the mod_rewrite URL structure. Perfectly normal.

Second error, you're technically not allowed to view a folder in a web server, hence the error. That also is perfectly normal.

The problem is that your server does not have mod_rewrite turned on. You'll need to disable it in Zenphoto, or ask your host to enable mod_rewrite on for your server. To turn it off in zenphoto, make the $conf['mod_rewrite'] line like this:

$conf['mod_rewrite'] = false;




path + 403 errors - jpggreg - 2007-03-04

Thanks =D