I looked to see if you could use some sort of include to import an external file containing the redirects in the .htaccess to tidy it up (like you do with php), but it doesn't seem to be possible.
I'm in the process of setting up a few redirects in the .htaccess at the moment. The most useful thing for me whilst doing this is adding comments to help keep everything as tidy as I can. Just use a # at the start of a line to make a comment. Like this:
Code:
# redirects set1
Redirect 301 /old-page.html http://www.site.com/new-page/
Redirect 301 /old-page.html http://www.site.com/new-page/
Redirect 301 /old-page.html http://www.site.com/new-page/
Bookmarks