Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Subdomains

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Related Topics:
Subdomains - Hi there I'd like to know how to configure Apache 1.3.29 so that when I type or it goes and check the /www/ folder in the Same for ... I'd like it to point to /forum/ folder in..

catch all + subdomains - Hi, At first: I'm not an apache I need to make catch all function for all For exp. or should be redirect to I heard that I can do a wildcard in..

Vhost and subdomains - Hi all, I have the following setup for a domain using Vhosts: User Group users Setenv VLOG

SubDomains and a RAQ4 - Another question. This may not be the proper place, but I can't seem to get an answer from Sun on this. I have a Cobalt Raq 4 with all current patches, but default installs of software. I want to create that are by one..

Folders and subdomains - Hi all, I'd like to have sometingh working like this: if a user call a subdomain ie I'd like apache to redirect to without setting each redirecti in htaccess. so should
Next:  Apache: Apache install files not recognized  
Author Message
Daicoden

External


Since: Oct 06, 2007
Posts: 2



(Msg. 1) Posted: Sat Oct 06, 2007 8:56 am
Post subject: Subdomains
Archived from groups: alt>apache>configuration (more info?)

Hi!

I was wondering what you have to do in order to have a domain1 point
to subdomain.domain2.

I have woodstock.com and I would like that to point to
woodstock.snoopy.com

My DNS is configured like...

snoopy:
@ xxx.xxx.xxx.xxx A
woodstock snoopy.com CNAME

woodstock:
@ woodstock.snoopy.com CNAME

my apache configuration in 01_woodstock_vhost.conf on the machine that
hosts snoopy is

<VirtualHost *:80>
DocumentRoot "/var/www/woodstock/"
ServerName "woodstock.snoopy.com"
</VirtualHost>

I can visit woodstock.snoopy.com and it works great! However
woodstock.com takes me to snoopy.com NOT woodstock.snoopy.com

I'm not sure what to do next I tried doing something like this... but
I don't know where to go next
<VirtualHost *:80>
DocumentRoot "/var/www/woodstock/"
ServerName "woodstock.com"
</VirtualHost>

Thank you!

 >> Stay informed about: Subdomains 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Mon Oct 08, 2007 6:56 am
Post subject: Re: Subdomains [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

This message is not archived

 >> Stay informed about: Subdomains 
Back to top
Login to vote
Daicoden

External


Since: Oct 06, 2007
Posts: 2



(Msg. 3) Posted: Tue Oct 09, 2007 3:00 pm
Post subject: Re: Subdomains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No luck, still redirects to snoopy.com... I have woodstock.snoopy.com
and woodstock.com in my vhost file.

Thanks for the thought though! Do I need to do something special with
my DNS? I got it to semi work using a frame (one of the options in my
dns configuration), but I'd really like to change that!

Thanks,

Matt
 >> Stay informed about: Subdomains 
Back to top
Login to vote
Floor

External


Since: Apr 04, 2007
Posts: 18



(Msg. 4) Posted: Sat Nov 17, 2007 4:43 pm
Post subject: Re: Subdomains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Daicoden:

> No luck, still redirects to snoopy.com... I have woodstock.snoopy.com
> and woodstock.com in my vhost file.

You might change the order of the

<VirtualHost *>
....
</VirtualHost>

entries.
Floor
 >> Stay informed about: Subdomains 
Back to top
Login to vote
Floor

External


Since: Apr 04, 2007
Posts: 18



(Msg. 5) Posted: Sat Nov 17, 2007 4:45 pm
Post subject: Re: Subdomains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry, too quick: just change the order of the separate VirtualHost _blocks_
Floor
 >> Stay informed about: Subdomains 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]