Multiple domains
Posted by: revica (---.atm2-0-1021043.0x50a2b91a.virnxx9.customer.tele.dk)
Date: May 19, 2006 12:11PM

Hi

I 6 domanis on my server, I can se only some of them in the browser. Can anyone please tell my why that happens.
Those I can't see returns a 403 forbidden error

I'm new to this so maybee it's just me who is stupid, but I realy need help

Options: ReplyQuote
Re: Multiple domains
Posted by: yfastud (72.236.169.---)
Date: May 22, 2006 03:48PM

Please, be more specific. 6 domains such as domain1.com, domain2.com, so on or sub1.domain.com, sub2.domain.com, so on. Anyway, I think it depends on your setup of Virtual Host and also DNS

For example:

//Edit in httpd.conf, almost in the end of file

NameVirtualHost *

<VirtualHost *>
ServerName www.jlbn.com
ServerAlias jlbn.com
DocumentRoot D:/wamp/www/JLBN
</VirtualHost>

<VirtualHost *>
ServerName forum.jlbn.com
DocumentRoot D:/wamp/www/Forum
</VirtualHost>

<VirtualHost *>
ServerName ftp.jlbn.com
DocumentRoot D:/wamp/www/FTP
</VirtualHost>

<VirtualHost *>
ServerName mail.jlbn.com
DocumentRoot D:/wamp/www/Mail
</VirtualHost>

<VirtualHost *>
ServerName testsite.jlbn.com
DocumentRoot D:/wamp/www/TestSite
</VirtualHost>

Associated with these sites:

Web server: [testsite.jlbn.com]

Mail server: [mail.jlbn.com]

FTP server: [ftp.jlbn.com]

Forum: [forum.jlbn.com]

Hope this help,



Post Edited (05-22-06 16:04)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Multiple domains
Posted by: CyberSpatium (67.170.181.---)
Date: May 23, 2006 02:21AM

you will also need to use a dynamic dns service such as zoneedit.com for your domains to work. you need to tie your domain name to your ip address.



Post Edited (05-23-06 02:22)

CyberSpatium
----------------------
WAMP Forum Admin

Web Development for Newbie's Blog - Check out my new blog. It is for web developers, and especially tailored for the web development newbie. If you are not fluent in “geek speak”, then this incredible resource is just you. And even if you are a web development pro, this is a great resource to check out some of the latest web development tips, news, tutorials, codes and more.

Options: ReplyQuote
Re: Multiple domains
Posted by: revica (---.atm2-0-1021043.0x50a2b91a.virnxx9.customer.tele.dk)
Date: May 23, 2006 10:17AM

Ok I found out that it was the virtual host that was wrong.

Thank you very much , both of you for the help.

René Nielsen

Options: ReplyQuote


Sorry, only registered users may post in this forum.