[How] Solve this problem

litu2009

New Member
I am enable the email conform but when a new user was register he was got the email verification link like this
Code:
http://www.example.com/forum//register.php?a=pwd&u=28&i=72af9dec837uegt381fc459a5e0e54dba78ac560

It was not work

If the user remove a / from forum//register.php

Code:
http://www.example.com/forum/register.php?a=pwd&u=28&i=72af9dec837uegt381fc459a5e0e54dba78ac560

Then it was works
 
AdminCP -> Site Name / URL / Contact Details -> Forum URL

If this has the value "http://www.yoursite.c0m/forum/" change it to "http://www.yoursite.c0m/forum" dropping the trailing /.
 
Back
Top