In regards to creating 301 redirects in a htaccess file -- for a website with many subdirectories, would it be better to have all of the 301's listed in a single htaccess file in the website root directory, or would it be better form to place the 301's in htaccess files in each of the subdirectories (of course only listing redirects for files in that subdirectory)?
Is one method more work or time consuming for the server, or anything like that?