My urlManager is setup to hide index.php and there are a set of rules for clean URLs throughout the site.
The problem I am running into is with URLs from a previous system migrating to this system. For example, here is a sample old URL:
mysite.com/index.php?page_name=about&id=55
When someone inputs that into the new Yii site, it simply displays the home page. I have a huge set of rules set to run when the error page is triggered for redirection. How do I get a URL in that format to error out?