Re: what the ef, so frustrated

2009-09-15 Thread aimformyleftnut
ler/:action', array > ('controller'=>'shorteneds', 'action'=>'index')); > > If you go to /shorteneds/index/ it will work automatically without the > need for a route. > > On Sep 15, 7:57 am, aimformyleftnut wrote: > > > OK so --

Re: what the ef, so frustrated

2009-09-15 Thread aimformyleftnut
-and-htaccess BZ On Sep 14, 11:32 pm, aimformyleftnut wrote: > I am INCREDIBLY frustrated right now -- mostly because NOTHING has > gone right so far in this little endeavor. > > At this point, I'm trying to map urls to repsective controllers and > actions like so:

what the ef, so frustrated

2009-09-14 Thread aimformyleftnut
I am INCREDIBLY frustrated right now -- mostly because NOTHING has gone right so far in this little endeavor. At this point, I'm trying to map urls to repsective controllers and actions like so: Router::connect('/:controller/:action', array ('controller'=>'shorteneds', 'action'=>'index')); i've