![]() |
|
Redirect URL after input a correct password on protect album - 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: Redirect URL after input a correct password on protect album (/thread-6148.html) |
Redirect URL after input a correct password on protect album - fatman - 2009-11-28 I have just test on 2009-11-27-trunk.zip with default theme. My zenphoto installation is not at root path, it is "zenphoto", so the redirect URL in password form is However, the redirect in functions.php is Then, the outcome is My temp solution is replace the FULLWEBPATH to "http://" . $_SERVER['HTTP_HOST'] Redirect URL after input a correct password on protect album - sbillard - 2009-11-28 Fix will be in the nightly tonight. Thanks for the report. Redirect URL after input a correct password on protect album - fatman - 2009-12-04 I found that in 1.2.7 changed to
but seem the sanitize_path() remove the first '/' of the path, the if case is false, so the redirect path still incorrect. Redirect URL after input a correct password on protect album - sbillard - 2009-12-05 Ok, fixed in tonight's build |