You needs to tell the application what your base url is within the config file so that it knows how to handle the routing correctly.
- "The cold winds are rising" On Oct 18, 2012 2:50 AM, "cosinusweb" <[email protected]> wrote: > Hello > > I'm trying to install cakephp > > In httpdf.conf > I must use an alias this is mandatory for my project > Alias /toto "c:/wamp/www/f/app/webroot" > <Directory "c:/wamp/www/f/app/webroot"> > Options FollowSymLinks > AllowOverride All > Order deny,allow > Allow from All > </Directory> > > > But when i go tho the application > > I've got the folloing message > > <?php > class TotoController extends AppController { > > } > > Toto is the applicationName not the controller > > I really do not i=undesrtant what's going on > > Any ideas ? > > Thanks > > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
