I have just set up New Relic on my PHP web app. Everything is working great except one thing... All of the transactions show as going through "index.php".
The reason for this because I'm using the Slim framework (there are many alternatives for routing) with URL rewriting so that I can have nice human URLs like "/user/settings" without a folder for every controller and action.
But that still leaves me with index.php
as the name for every New Relic web transaction.