This is the most simple way I can ask this question as I have not fully understood what's going on, or what I am not doing right.
I'm having trouble with the url.
http://localhost/index.php/user
is the same as http://localhost/
but
http://localhost/index.php/user/something
is not the same as http://localhost/something
How do I make http://localhost/something
work?
Does it have to be http://localhost/user/something
, how do I make that work?