Troubleshooting
Make sure to put all your handler names in your controller as a comma separated list into the global
variable gControllerHandlers, otherwise you get a "Page Not Found" error.
See the comments in the sample files in the "controllers" folder.
If you find that no matter what you put in your URL only your default page is loading, it might be that your server
does not support the PATH_INFO variable needed to serve search-engine friendly URLs. This does not apply to the
On-Rev hosting service.
As a first step, open your application/config/config.lc file and look for the URI Protocol
information. It will recommend that you try a couple alternate settings. If it still doesn't work you may try to use
query string based URLs by setting gConfig["enableQueryStrings"] in the config.lc file to TRUE.
Dont't forget to add a space between the right array bracket and the merge brackets of your gData variables in your view files.
Keep in mind, that using return statements enclosed in "<?" and "?>" is the only way to include LiveCode in your view files.