ARC Branded Pages
Branded pages are display when a user chooses to enter the contest and enters certain ARC numbers.
The current contest is located in the following Zope folder:
/fun/contests/
There should be a single diretory in this folder for the current contest. The branded pages should be put in this directory under the one for the current contest:
/key_accounts
A file on the server contains a list of ARC numbers and a pointer to the page where they should be redirected.
The US one is found here: /usr/local/apache/sites/zope-lufthansa-experts.com/db/keyaccounts.csv
The Canadian one is found here: /apache/sites/zope-lufthansa-experts.ca/db/keyaccounts.csv
This is a csv file has three fields and looks like this: arcNumber,filename(zope id for the filename),grouping value
I'm not sure what the purpose of the last field is, but here are the existing ones for the US site:
- AMEX
- WORLD TRAVEL PARTNER
- NAVIGANT
- CARLSON
And here they are for the canadian site:
- AMEX
- ROSENBLUTH
- TQ3-MARITZ
- WORLD TRAVEL PARTNER
- NAVIGANT
- CARLSON
If we add a new travel company, we should coin a new identifier for the third column and be consistent about this:
Changing these files will change the forwarding behavior.Note: The server will likely have to be restarted before these changes taks effect.