How would the IIS handle the URL request if the url is like below

http://www.somewebsite.com/index.php/about.html

I want to write a htmlHandler for the url of above type..which wud let me detect the user-agent

How can it be done ?

Any ideas ?