I have followed the example in the controller quick start. it works as advertized.
When I add my new action called "list" it won't work.
I have added a ListController to my controllers and a
views/scripts/list/list.phtml
along side the index and error stuff.
When I use these urls it works:
http://localhost/addressbook/
http://localhost/addressbook/index
http://localhost/addressbook/index/index
When I use these it does not:
http://localhost/addressbook/list
http://localhost/addressbook/list/index
I get redirected to my error.phtml page. Which brings up another question, how do I find out what caused me to go to the error page? I see nothing in the logs. Can I display the error message somehow?
Thanks,
Tim