
|
View Full Version : Domain Mapping Problem
varunbihani 09-23-2004, 06:36 AM | I have abt 10 domains..
I have purchased a new dedicated Linux server..I have moved these domains on new server's IP address from the old server...
but now the problem is every site is opening the same page I dont understand why..
I have created the DNS through webmin and edited httpd.conf file as well but still single page is being opened on every site..
Can anybody help... |
kohashi 09-24-2004, 01:56 AM maybe this should be asking in technical and security questions? |
Michau 09-24-2004, 08:21 AM | Apparently you made wrong changes in httpd.conf and that's why. Remember that you need to create entries for domian with and without "www" prefix. I find myself ofted adding a domain"and forgetting about "www" entry, and of course in this case the latter will not work. |
Bashar 09-25-2004, 03:22 AM i think you need NameVirtualHost xxx.xxx.xxx.xxx:80 entry in your httpd.conf
just replace the x's with your server IP |
|