Forum Moderators: coopster
I have my main domain setup and I will call it domain.com - I have several other domain names registered in which I will call domain1-10 - when someone makes a request lets say on domain1.com I need the user to be directed to domain.com/domain1 - If a user makes a request on domain4.com they should be redirected to domain.com/domain4 -
Any and all help are greatly appreciated and thank you in advance
<meta http-equiv="refresh" content="0;url=http://yourdomain.com/subdomain/index.htm">
where you see the "0" is the time it waits to redirect, I wanted mine to redirect automatically so I set it to 0 but if you would like it to wait longer just bump up the redirect time -