tags:

views:

86

answers:

0

Using cakephp 1.3.0, I am editing index.php to setup the app, cake and webroot directories.

I have the following dir's setup:

httpdocs/app

httpdocs/cake

httpdocs/webroot

I have done this countless times in 1.2.xx and according to the cakebook this hasn't changed but I keep getting missing controller Error: WebrootController could not be found.

Am I missing something here in 1.3?

Thanks in advance for any help.