Key URL structure
Posted: 10 July 2008 06:51 AM   [ Ignore ]
Member
RankRankRank
Total Posts:  76
Joined  2007-07-19

If i’m making a registeration form that requires a key.  The docs arent that clear if there should be a “key” keyword in the URL or not.  Should my registration template url be:

www.example.com/template_group/register_template/key/{key}

or

www.example.com/templategroup/register_template/{key}

Profile
 
 
Posted: 10 July 2008 07:27 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3374
Joined  2006-10-18

The “key” portion is only a “trigger” in the URL… not a template smile

 Signature 
Profile
 
 
Posted: 10 July 2008 07:36 AM   [ Ignore ]   [ # 2 ]
Member
RankRankRank
Total Posts:  76
Joined  2007-07-19

so my urls should have the “key” trigger word and then the key value in them? (eg www.example.com/templategroup/template/key/ZXY123), rather than just having the key value with no trigger word.

Profile
 
 
Posted: 10 July 2008 07:38 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3374
Joined  2006-10-18

Correct smile

 Signature 
Profile