Forum Moderators: phranque
RewriteRule /linklist.html /links.html [R=301,L] in my ".htaccess" file I have a few rules of this type:
RewriteRule /linklist.html
Have you verified that the redirect works as intended when you request the page manually?
Does bing also ask for the new URL?
Robots never completely stop asking for redirected pages. They just slow down.
The bingbot seems to behave quite differently from the googlebot when it comes to non-200 responses. I've got a slew of pages that have returned 410 for a year or more. Bing still asks for them regularly; Google never.
RewriteRule /linklist.html /links.html [R=301,L] in no particluar connection with each other, time-wise...
I would add protocol and hostname to the target so that both requests end up in the same place.
I would also escape the literal period in the rule pattern.
this is the same bingbot that will check your robots.txt fifty times a day