![]() |
|
Registration-Login-Logout - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Registration-Login-Logout (/thread-7456.html) |
Registration-Login-Logout - huogas - 11-08-2010 I'm trying to better understand the process of registration, of login, of logout. In the admin menu, there is also a Logout entry, an hyperlink to http://rimq.net/photos/zp-core/admin.php?logout=0 When using the Zenpage theme, on the side bar, the last item is Logout, if someone is logged. This hyperlink points to http://rimq.net/index.php?userlog=0 A few questions: When not logged in, there is in the side bar an item: Register. That points to http://rimq.net/photos/page/register and it works well with Zenpage theme. I don't have this sequence of files in my site, therefore I don't understand why it works...? Could someone help me to understand. Thanks Gaston Registration-Login-Logout - sbillard - 11-08-2010
Registration-Login-Logout - huogas - 11-08-2010 Thanks for the answer. 1- One of my point was related to the fact that "Register" was not pointing to "Photos/index.php?userlog=0 " but to "index.php?userlog=0 ", the root of my web server ("Photos" is missing). Of course if does not work unless I had "Photos/" in address bar. Any idea why ? Thanks again Gaston Registration-Login-Logout - sbillard - 11-08-2010 [quote]1- One of my point was related to the fact that "Register" was not pointing to "Photos/index.php?userlog=0 " but to "index.php?userlog=0 ", the root of my web server ("Photos" is missing). Of course if does not work unless I had "Photos/" in address bar. Any idea why ? [quote]2- 'This works because the mod-rewrite rules turn a .../page/string url into a .../index.php?p=string URL' Registration-Login-Logout - huogas - 11-08-2010 Stephen On thread #7890, the guy seems to have exactly the same problem : a part of the URL is missing (that's why he got an "unknown page" message. Version de Zenphoto 1.3.1 [5736] (Version officielle) Thanks for the reference about the "apache mod_rewrite" Gaston Registration-Login-Logout - sbillard - 11-08-2010 There will be a fix in tonight's build. |