Hi Nathan E Norman!!! > Use a different approach. Instead of binding 2 IP addresses to your > server, run each web site on a different port (www.my_domain.com on > port 80, www.my_domain.com (a modified copy) on port 8080, or > whatever). > > I am assuming your are talking about HTTP access based on the wording > of the question.
OK..... that works OK..... but...... SORRY!!!! I forgot to say that i have subdomains: www.my_domain.com news.my_domain.com help.my_domain.com so, when i put in the browser: www.my_domain.com:8080 i see the modified site, but when i click a link to help.my_domain.com this link go to the "good" (int_1) site NOT to the modified site (int_2)........ I hope now i explain CORRECTLY!!!!!!

