For some reason in CI 2.0 the URLS do not work.
http://localhost/myapp/ - will open the default controller (bc it finds index.php)
http://localhost/myapp/index.php/home/ - will open the default controller
http://localhost/myapp/home/ - will show path not found
I am not sure if this is a problem with 2.0 or a specific problem with my configuration.
I am running Apache 2 on Mac OS X Snow Leopard.
I looked for .htaccess solution, but couldn t find any for CI 2.0.