Forum Moderators: open
I've found ISAPI/Rewrite by HeliconTech that seems to fit the bill (trying the free version first to see if that will do it).
Don't know why it's so complicated (or my brain's too small) but I can't seem to get the code to 301 any files that end in "_these_last_words.asp" back to our home page.
I've searched Google for code examples but I'm not having much luck. Do you happen to know of a good source of code examples for that type of rewrite?
Thanks again
Mick
Edit: May have found something.
RedirectMatch 301 (.*)_my_page_ending.asp$ http://www.example.com/
[edited by: WesleyC at 1:07 pm (utc) on Aug. 2, 2007]