Customizing main page

edited July 2014 in Modules
i installed fuel cms under localhost/cms. I can access the admin folder using localhost/cms/fuel. However when i access localhost/cms i saw the page with "Welcome to Fuel CMS Version 1.1". How can i customize this page? or how to redirect to localhost/cms/en/index when i access http://localhost/cms ?

Comments

  • edited 10:12PM
    That page is the in the fuel/application/views/home and is meant to be modified and replaced with your own homepage. If you want to redirect to a different page, you can add the following to the head of that view file:
    <?php redirect('en/index')?>
Sign In or Register to comment.