On 20.08.10 12:14, Mark Smits wrote: > This is going to be a vey very dumb question, so apologies up front. Using > WinAMP with Apache 2.2.11. winamp? Don't you mean wamp? > I need redirections based on host name. Host1, host2 and host3 all are the > same server > > host1 should be staying at host1 at the same port > host2 should be redirected to host2 but different port > host3 should be redirceted to host3 but antoher different port. well, just define three virtual hosts where host2 and host3 will have redirect directive in <VirtualHost> section, or in .htaccess in DocumentRoot. > So for example > > http://<host2>/ > http://<host2>:6405/InfoViewApp/logon.jsp <VirtualHost IP> ServerName host2 Redirect temp / http://host2:6405/InfoViewApp/logon.jsp </VirtualHost> and if those hosts share the same IP, you must have NameVirtualHost IP directive in your config. -- Matus UHLAR - fantomas, uhlar@xxxxxxxxxxx ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. I intend to live forever - so far so good. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx