On wp engine, if you want to strip all URL requests of just the file name. LIKE: http://yoursite.com/resources.aspxTO: http://yoursite.com/resourcesThen use this
Source* ^/(.*)/?\.aspx
Destination * http://www.yoursite.com/$1