Forum Moderators: phranque
**.***.**.*** - - [22/Jul/2004:07:53:40 -0700] "GET /<b>webpage</b>.html HTTP/1.0" 404 1375 "-" "Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; m18) Gecko/20010205"
There's never a referrer. I imagine these are coming from someone's link page that has improperly added bold tags to the text links. It has been happening often enough that I want to try a fix:
RedirectMatch 301 ^/<b> [my-domain.com...]
This gets rid of the error but I'd like to actually remove the bold tags and serve the requested file. Could I do this? Thanks.