Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3.  
  4. $route['default_controller'] = 'welcome';
  5. $route['404_override'] = '';
  6. $route['translate_uri_dashes'] = FALSE;
  7. $route['about'] = 'about';
  8. $route['contact'] = 'contact';