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 redirect to the first VirtualHost...
What I want is: www.alurelingerie.nl > must be redirected to http:// 83.87.163.224/alurelingerie/
www.aaamsterdam.info > must be redirected to http:// 83.87.163.224/aaamsterdam/
www.webshopdesigners.nl > must be redirected to http:// 83.87.163.224/webshopdesigners/
www.rtps.eu > must be redirected to http:// 83.87.163.224/rtps/
the rootdir 83.87.163.224 without a subdir > must be redirected to http:// 83.87.163.224/startpagina/
Can someone help me to set this up for my Apache 2.2 server... THX, sorry for my bad English...