Webmaster tools shows this link in my Crawl Errors and says it triggers my 404 error page:
http://www.example.com/t7_page.htm
There is no error in the above URL, that is the proper URL. But when I click the link in Webmaster Tools I do get my 404 page.
When, with my mouse, I right click the link in Webmaster tools and "copy link location" and then paste it into a text editor, I see the above link is really:
http://www.example.com/t7_?page.htm
I've tried all of the following redirects as a solution, but neither works when I click the webmaster tools link (I still get the 404 page). What is the solution?
redirect 301 /t7_?page.htm http://www.example.com/t7_page.htm
redirect 301 /t7_ http://www.example.com/t7_page.htm
redirect 301 /t7_? http://www.example.com/t7_page.htm
redirect 301 /t7_page.htm http://www.example.com/t7_page.htm
Other links (not the one shown in webmaster tools) in the format http://www.example.com/t7_page.htm (the correct format) work just fine with or without the above redirect attempts.