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
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.
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 -
> -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
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