ok to make sure i got this i cerated a new controller called it
about_controller.php
I used this code in it:
<?php
class aboutController extends AppController
{
var $name = 'about';
var $uses = NULL;
function index()
{
}
}
?>
pulls up the page fine as this http://localhost/php/index.php/about
I tried to use core.php retty urls but that aint working
i used the blog tutorial route fix to make in land on model intro
but for some reason i can't make it go to http://localhost/php/about
it seems i nedd the index.php in there
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---