SO, some of my login forms are redirecting wrong. Lets assume that my installation path is:
http://localhost/images/gallery2
The main admin login at /zp-core/admin.php works perfectly, but any page with a login form like user_login-out or a gallery password request (password required to view archive view) redirects to the wrong page. Instead of redirecting to /images/gallery2/index.php it redirects to /images/gallery2/images/gallery2/index.php. Obviously I get a 404 error, BUT... If I click the back button and click submit again, it redirects to the right page. Always works on the second try, but never on the first. What the hell?
I have already defined webpath and filepath in zp-data/zp-config.php and I dont know what to try next! help!
ah yes sorry of course...