Hi,
I’m trying to use WebLoginPE as the login mechanism for a site. So I have it called in a right side bar thusly :
<div id="sidebarlogin">[!WebLoginPE? &lang=`en`&type=`simple`&liHomeId=`1`&loHomeId=`1`®HomeId=`56`!] </div>
And I have a document set up with id=56 which contains as it’s content this :
[!WebLoginPE? &type=`register` ®SuccessId=`47` &groups=`Registered Users`!]
Needless to say, there are documents with ids 1 and 47. Friendly URLs are off, fwiw. (And in a belt-and-suspenders move, so is PHx

)
Still, after successfully registering as a new user, I am returned to the page I was called from (id=56) with the default login form that one would expect. After the default 5 seconds though, I should be redirected to document with id 47.
Instead, I am redirected to a nonexistent URL.
The website location has the form
www.example.com/xyz/testsite
So when various pages are getting called up, I see things like this in the browser
www.example.com/xyz/testsite/index.php?id=1
which makes sense.
What I should be getting sent to upon successful registration - if I understand the docs correctly - is
www.example.com/xyz/testsite/index.php?id=47
Instead, the URL as captured by the error tool in Firefox is
www.example.com/xyz/testsite/xyz/testsite/index.php?id=47
which of course doesn’t exist and which itself is redirected to the "not found" page for www.example.com
I have not hacked the WebLoginPE code - can anyone tell me where the error is or where I *should* hack to fix this? Or am I doing something wrong somewhere? Again, I’ve looked through the forums and can’t find any obvious answer.
Thanks in advance,
Matt