I'm not sure if that's possible - the web server searches the directory for an index file as per it's configuration and serves it up; it doesn't explicitly return which file it used.
The only way you'd get the exact URL is if the server actually redirected you to a different location (e.g. a 301 or 302 status code).