[pmwiki-users] Problem Logging in, extra / in url

Petko Yotov 5ko at 5ko.fr
Sat Mar 21 15:13:06 CDT 2015


On 2015-03-21 19:21, Kevin  @ Hayes Creative wrote:
> include_once("$FarmD/scripts/authuser.php");
> ...
> $ScriptUrl = 'http://preservationready.org/';

Try placing the $ScriptUrl line before including authuser.php. Also, 
remove the trailing slash:

   $ScriptUrl = 'http://preservationready.org';
   include_once("$FarmD/scripts/authuser.php");

Petko




More information about the pmwiki-users mailing list