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 --
-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:
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