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
<?php redirect('en/index')?>