I have follow http://searchdaily.net/codeigniter-2-smarty-3-integration/ that tutorial for integrating Smarty 3.1.14 to CodeIgniter 2.1.3, everything is working perfectly except for my links, when i try to navigate between my smarty files it goes to ex: http://local.host/project/index.php/Smartytest <- what i need to do is to avoid the index.php and just enter as //local.host/project/Smartytest
in my test it says:
$SCRIPT_NAME is /cismarty-new/index.php
I just want to hide index.php so i can do /cismarty-new/Smartytest for example instead of /cismarty-new/index.php/Smartytest
thanks