i have a link such as :
ex : localhost/index.php?do=home
and localhost/index.php?do=contact&id=10&act=update.....
i saw that my urls not good, which show my command to users and users can know my command. So, i want my url such as :
http://localhost/index.php/contact/10/update/../
Please, show me the method to can hidden my command in url and have a good url
thks
regards