avoiding ''getting started'' page

edited April 2013 in Modules
I have installed fuelcms on my computer on xampp, I have installed in a folder named 'fuelcms'. currently when i go to link http://localhost/fuelcms/ it goes to ''getting started'' page. I want to make it go to http://localhost/fuelcms/fuel/login page when clicked on link http://localhost/fuelcms. how can i do this.?

Comments

  • edited 1:21PM
    Try changing the following in the fuel/application/config/routes.php file:
    FROM
    $route['default_controller'] = 'fuel/page_router';
    TO
    $route['default_controller'] = 'fuel/login';
Sign In or Register to comment.