I am wondering what special meaning does text in the URL have after index.php/ So I would have an address like www.site.com/index.php/sometext Is it parsed as a GET parameter, or something else.
I am working on a PHP framework for my personal use. The problem I'm trying to solve is URL routing.