domain.name/index.php/pathinfo.php works
but domain.name/image.jpg/pathinfo.php will give a 404, where domain.name/image.jpg DOES exists,why?
domain.name/index.php/pathinfo.php works
but domain.name/image.jpg/pathinfo.php will give a 404, where domain.name/image.jpg DOES exists,why?
Because they're different URLs, and the server is responding 404 to one?