Starter Application
We are using the FAQ as our introduction to SOS application. This is done with the SAT (Stand Alone Templates) application. We will put more details online... but basically the URL works like this...
http://myURL.com/index.cfm/APP/controller
APP = faq in this case
http://url.com/index.cfm/faq or http://url.com/index.cfm/faq/
should both work... the default controller is index... so this is the same
http://url.com/index.cfm/faq/index or http://url.com/index.cfm/faq/index/
That points to the "/app/faq/" folder. The "controller" in the SAT methodology is the index.cfm file in this case. If we wrote a file called askQuestion.cfm the URL would look like this.
http://url.com/index.cfm/faq/askquestion/
More goodies are to come... but we want to keep each post to the point.
