I'm just curious about the name of the apache function, which directs requests like this
www.example.com/index.php/my/path/here
to the index.php file? At the first moment, you might think that it would be right if this request leads to a 404 error page, because there is no folder in the root directory of the site called index.php.
By the way, is it possible to disable this Apache function (if it is a function) so that such requests actually end in 404?
source
share