Hello,
I just installed virtual hosting on my machine (using Aolserver3.3ad13) I used Jerry's nsvhr/nsunix config found on his site. I have 3 sites : master.mydomain.com:8080 sub1.mydomain.com:8081 sub2.mydomain.com:8082 Redirection works well, but the URL in the browser shows the actual port of eiher site (8081 or 8082) instead of 8080. i.e: query ; http://sub1.mydomain.com:8080/index.html response : http://sub1.mydomain.com:8081/index.html It bother me, because when I go live, I will put master.mydomain.com on port 80, and I dont want to see any port in the browser URL for my subsite. Is it possible to : query : http://sub1.mydomain.com:8080/index.html and have a response : http://sub1.mydomain.com:8080/index.html (same port showing, wich means no port showing when on port 80) Thx
