Topic: default no-name controller?
Can I set up a default no-name controller so that my URL will look like:
http://example.com/[action]/[id]
instead of:
http://example.com/[controller]/[action]/[id]
I'd like to get rid of the redirect form http://example.com/index.html to http://example.com/[controller]/index
Thanks in advance for any help
Scott