Please be careful with your syntax for the Redirect rule - you are using "Redirect 301" which is commonly not supported so when you change hosts your website may "break"....
Better to use:
RewriteRule /process-servers.html http://www.salgadoinvestigations.com/process-server.html [L,R=301,NC]