XF 1.4 register page

DRaver

Active member
Why are two different URLs used for the same page?

Code:
http://www.my-domain.com/register
http://www.my-domain.com/login/login
 
The first link is the register page.

The login system can handle both, but only via a form, which is what the second link is.

If you want to use the link manually somewhere, use /register.
 
Top Bottom