forward

Apache Redirect multiple domains to other directory

I have 1 IP number 83.87.163.224 and I have 4 multiple domainnames: www.alurelingerie.nl - www.aaamsterdam.info - www.webshopdesigners.nl - www.rtps.eu Every domeinname must redirect to a sub dir on my Apache server. I tried to work with VirtualHost *:80 but I doesn't work... It doens't redirect to the correct subdir... It did only redi...

JSP Forward and calling servlets (Passing on 2 session variables)

Hi guys, I am trying to redirect a 'HTTPrequest' from a JSP page to a servlet (located in a package); passing on variables that are stored in a session object. I had the idea to use: <jsp:forward page"/servletName"> <jsp:param name="var1" value="<%=beanID.getVar1()%>" /> <jsp:param name="var2" value="<%=beanID.getVar2()%>" /> <...

Forward Error Correction and Packet Order Correction

This article lists 2 techniques used to improve wireless throughput, Forward Error Correction and Packet Order Correction. http://www.enterprisenetworksandservers.com/monthly/art.php?3514 Does anyone know how to enable them? ...