I want to make use of the files in server1(www.domain1.com) for (ne.domain2.com)server2. for eg:- from (ne.domain2.com)server2, if i request http://ne.domain2.com/aboutus.html, the file should be from server1(http://www.domain1.com/aboutus.html) but the address bar should show http://ne.domain2.com/aboutus.html
do a 301 redirect or u can use a php server side include. If you need more help on this, PM me and I will pm you the exact code for mod_rewrite or to include the file.