Forum Moderators: Robert Charlton & goodroi
In other words, if you're changing from, for example, .asp to .php, then instead of using "/page.php" as the new URL for the old "/page.asp", use just "/page" and let the server map that to "/page.php" internally.
Ref: [w3.org...]
Jim