I am a beginer in codeigniter and .htaccess. my controller folderis something like
/controller
index.php
site.php
/admin
login.php
my problem is, when I access a function sample() which is in "login.php", the url is like
"http://localhost/folder1/admin/login/sample"
is there any way to hide the "login" part using .htaccess. If some one give me an answer, it will be a great help for me. Thank you...