Welcome to Paster, Anonymous Friend!
Added by anonymous on 2008-11-20 18:11:41 Download/View
  1. $config['default'] = array
  2.         (
  3.                 'uri'           => ':url',
  4.                 'regex'     => array('url' => '.*'),
  5.                
  6.                 'defaults' => array(
  7.                         'controller'    => 'loader',
  8.                         'method'                => 'index',
  9.                 ),
  10.         );
  11.