Welcome Guest, Not a member yet? Register   Sign In
routes in ci shows white blank screen
#1

$route[ 'courses' ] = 'courses';
    $route[ 'courses/(:any)' ] = 'university/courses/$1';
    above open  on project/courses/new
    but not open project/courses  will show white blank screen;
   
    $route[ 'courses' ] = 'courses';
    $route[ 'Courses/(:any)' ] = 'university/courses/$1';
   
    ```this code  will open both url,```
   
    why  this happened
Reply
#2

(This post was last modified: 04-09-2020, 09:55 AM by rolly.)

Change, first 

PHP Code:
$route'Courses/(:any)' ] = 'university/courses/$1'
$route'courses' ] = 'courses'
Reply




Theme © iAndrew 2016 - Forum software by © MyBB