My ISP charge no extra fees to host any no. of domains in the same account. Only thing, I have to write code to redirect to different folders hosting different websites. I tried doing this and my server log file shows 302 redirects. I read here many times bots prefer 301 redirects. 1. Can anyone tell me about doing 301 redirects with my hosting (windows)?2. Also how good is , hosting more than one websites in one account? (Anyway I have shared account , so I am sharing one IP with many others) But in bots point of view, will they consider both sites as two sites just as they do for other shared sites?Generally on IP is ok. unless the other sites are of a questionable nature then you may be classed as being in bad company. this is especially true of emails sent from your domain.How are you redirecting? if you are doing it in IIS you need to tick the "permanent"this resource may helphttp://www.webconfs.com/how-to-redirect-a-webpage.phpI am doing it in ASPResponse.Redirect method is what I useCode: [ Select ]You could do it through .htaccess too if you're using Apache httpd.now you'll really confuse him but I think his ISP is using IIS he already said it was under windows, and he is using ASP.It would be pointless but interesting to know how many production environments use apache on windows.I use it for development but not for production.I use Apache/Win for development, and Apache/Lin for development and production.