Web page is not loaded after activation
Posted: 2013-12-06 15:10
If users use the registration form to register, on my web site (http://www.studyhood.com/english/register.php), then they receive an e-mail with an activation link, and when they click on it, the index page of the logged-in section is loaded. This works fine.
When users, from a non-logged-in page, click on a link to a page in the logged-in area, they are also transferred to the registration page, they register and submit the registration form, and they receive an e-mail with an activation link. However, when they click on the link, they are not transferred to the corresponding logged-in page. Here is an example:
A user is at http://studyhood.com/english/translation_quote.php
The user completes the quote form and clicks OK, for one of the three available options. Because the user is not in the logged-in section, the system will take the user to the registration page. The url is http://studyhood.com/english/register.php?info=DENIED
The user submits the registration and receives an e-mail with the activation link http://studyhood.com/english/activate.p ... 5931f0df7b
When the user clicks on the link, the url is not provided correctly to the browser and so a "Not Found" page appears. Here is the url appearing on the browser: http://studyhood.com/http:/studyhood.co ... pe=Regular
The mistake is in that "http://studyhood.com/" appears twice.
How can I correct this? Please note that I used MX Collection a long time ago, so I prefer to make the corrections directly on the html/php code.
Thank you,
When users, from a non-logged-in page, click on a link to a page in the logged-in area, they are also transferred to the registration page, they register and submit the registration form, and they receive an e-mail with an activation link. However, when they click on the link, they are not transferred to the corresponding logged-in page. Here is an example:
A user is at http://studyhood.com/english/translation_quote.php
The user completes the quote form and clicks OK, for one of the three available options. Because the user is not in the logged-in section, the system will take the user to the registration page. The url is http://studyhood.com/english/register.php?info=DENIED
The user submits the registration and receives an e-mail with the activation link http://studyhood.com/english/activate.p ... 5931f0df7b
When the user clicks on the link, the url is not provided correctly to the browser and so a "Not Found" page appears. Here is the url appearing on the browser: http://studyhood.com/http:/studyhood.co ... pe=Regular
The mistake is in that "http://studyhood.com/" appears twice.
How can I correct this? Please note that I used MX Collection a long time ago, so I prefer to make the corrections directly on the html/php code.
Thank you,