I have a rewritten URL on my site for search purposes such as:
/Search-Results/Keywords-Here.aspx
/Search-Results/abc.aspx
/Search-Results/Query.aspx
Obviously the different possibilites here are endless. Therefore, is there a way of putting something like the following in my web.sitemap?:
/Search-Results/*.aspx
This way it'll map anything. Perhaps theres a RegEx way of doing it?