Excuse the newbie question. Can someone help me produce a RewriteRule with a wildcard that directs any sort of *letter.txt to another file. That is, when a RewriteCond identifies a request from a particuar referrer for joeletter.txt, or sarahletter.txt, or dinosaurletter.txt, or 12345garbage.txt, I want them to get shunted to betterletter.txt. I think I know how to write a widcard for a string *beginning* with a substring, but I'm not quite sure how to do it for a string ending with a substring.