Forum Moderators: phranque
URLs changed suffixes
Any redirection contemplated for this reason is unnecessary. There is no reason a URL should ever have to change its suffix (a.k.a extension or "filetype"). In fact, there's no reason a URL even needs a suffix...
If your pages change "technology" then just internally rewrite the old URLs to the new filenames. This is a good reason to remember that URLs and filenames are *not* the same thing, nor are they even related in any way -- except by the action of the server. URLs in the Web name-space are only "associated" with filenames in the server filesystem name-space, and you can easily change that associative relationship by using mod_rewrite or ISAPI Rewrite.
It's not my intent to pick on anyone here, but the number of URLs that change unnecessarily every day (at risk of at least temporary ranking loss) is tremendous... I'm just trying to "get the word out."
Jim