Guest User

Untitled

a guest
May 26th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $route['default_controller'] = 'pages/view';
  2. $route['(:any)'] = 'pages/view/$1';
  3.  
  4. $route['(:any)'] = 'pages/view/$1';//this stands for
Add Comment
Please, Sign In to add comment