i dont know if i have done it right, but all i have done is that i wrote a simple controller so that i can get a message from it.
but the problem is i dont want my user see my index.php file.
if i point my browser to:
"
http://127.0.0.1
/index.php/myController/about"
it will show my message
but i want my url be like
"
http://127.0.0.1/myController/about"
i thought maybe i should edit my .htaccess file.
but i have no clue how.

thanks for help
regards