Converting .htaccess redirect to httpd.conf redirect

Hello all again! I am hoping to get some really quick help on this since my customers server is taking a beating at the moment. They currently have a .htaccess file with a redirect in it which diverts any request to the folder “/import” to another domain. Since .htaccess files have to be process along with each request, I need to move this redirect to the httpd.conf

This is what is in the .htaccess file :


Redirect /import http://other.domain.com/special_folder/import2

Since their server has many different domains on it, how would I convert the htaccess redirect to the httpd.conf but only redirect request specific to one domain?

Any help is greatly appreciated!!!