How can we create a 301 redirect that will redirect ALL pages that have the same file name? Every page called "iteminfo.aspx", no matter where it's located, needs to redirect to the home page.
Example:
category01/widget001/iteminfo.aspx category01/widget002/iteminfo.aspx category01/widget003/iteminfo.aspx category02/widget001/iteminfo.aspx category02/widget002/iteminfo.aspx etc...