Re: [EMAIL PROTECTED] apache redirect

2007-09-04 Thread Matus UHLAR - fantomas
On 04.09.07 00:44, Mandy Singh wrote: > I would like to learn how to redirect a subdomain on my website back to the > parent site once again. > My main site is: www.example.com > I created subdomain.example.com > > Now I want that when user types subdomain.example.com in the url bar it > goes to

Re: [EMAIL PROTECTED] apache redirect

2007-09-03 Thread Tony Stevenson
Mandy Singh wrote: Hi, [SNIP] Want to learn 2 things - 1) Redirection without url bar url getting unchanged For this there is an incredibly simple fix, which is often overlooked. This is too add an alias to the vhost so that is will serve the content for both www. and suddomain.

[EMAIL PROTECTED] apache redirect

2007-09-03 Thread Mandy Singh
Hi, I would like to learn how to redirect a subdomain on my website back to the parent site once again. Eg: My main site is: www.example.com I created subdomain.example.com Now I want that when user types subdomain.example.com in the url bar it goes to www.example.com Want to learn 2 things -

RE: [EMAIL PROTECTED] Apache redirect, how?

2006-11-07 Thread Boyle Owen
> -Original Message- > From: Arnau [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 11:13 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Apache redirect, how? > > Hi all! > >I've got apache2 running on debian with several v

[EMAIL PROTECTED] Apache redirect, how?

2006-11-07 Thread Arnau
Hi all! I've got apache2 running on debian with several virtual hosts. Now I need to redirect: http://www.foo.com -> http://www.bar.com but http://www.foo.com/test doesn't have to be redirected. I have tried to include the directive "Redirect / http://www.bar.com"; where the