|
|
Line 12: |
Line 12: |
| Before setting up a link domain, you need to create a sub-domain of your | | Before setting up a link domain, you need to create a sub-domain of your |
| site in DNS and point that sub-domain at your NATS server. For example, | | site in DNS and point that sub-domain at your NATS server. For example, |
− | if your affiliate program name is affiliate_program.com and create the | + | if your affiliate program domain is affiliate_program.com and the |
− | member domain member_site1.com would would need a link domain join.member_site1.com. | + | member site domain is member_site.com. You would would need a link domain join.member_site1.com which points to the same place as affiliate_program.com. |
| + | |
| Ask your host if you need help with this step. | | Ask your host if you need help with this step. |
| | | |
Line 29: |
Line 30: |
| <VirtualHost 000.000.000.000> | | <VirtualHost 000.000.000.000> |
| ServerName affiliate_program.com | | ServerName affiliate_program.com |
− | ServerAlias join.member_site1.com | + | ServerName *.affiliate_program.com |
| + | ServerAlias join.member_site.com |
| ServerAlias join.member_site2.com | | ServerAlias join.member_site2.com |
| ServerAlias join.member_site3.com | | ServerAlias join.member_site3.com |