Is there any easy way to identify the file initially handling the request, ignoring get arguments and handling (at least basic) mappings like / to /index.php<
/
/index.php<
$_SERVER['PHP_SELF']
$_SERVER['SCRIPT_NAME']