I figured it out; I added this line to my .htaccess file:
RedirectMatch 301 (.*)\.shtml$ http://www.mydomain.com$1
also, when I added the url into the database, I dropped the .shtml file extension, since it automatically gets dropped with the rewrite rule.
Bookmarks