> -----Original Message-----
> From: Joseph Cheng [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, November 07, 2006 9:31 PM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Best way of forwarding traffice from 
> Apache 1.3 to 2.0
> 
> Hello I have done basic url forwarding before but I am trying to see
> how to do some thing different now. I have old apache 1.3 server and
> brand new 2.0 server. Right now the 1.3 server is live with http
> clients hitting it. I am trying to see what would be best way to
> direct _all_ http clients going to 1.3 server to load one html
> document in the 1.3 docroot telling them to go to the 2.0 server
> address instead. It is tricky because previous web site visitors might
> have bookmarked various very old documents so I am stuck trying to
> think of a way to point them all to that one html document if they
> type any url containing the *domain.com* text. Any ideas? TIA!

What did you try already? What happened?

As I read it, you want to put up a page that says, "Site has moved"
rather than redirect users (so that the browser reloads the new site).
Correct?

Something as simple as;

RedirectMatch ^/.*$ /that_one_html_doc.html

...should work (see docs for details).

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to