RE: [WISPA] Apache question

2007-08-28 Thread Dylan Bouterse
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl A jeptha Sent: Tuesday, August 28, 2007 8:12 AM To: WISPA General List; [EMAIL PROTECTED] Subject: [WISPA] Apache question I am hosting a domain name (blahblah.ca) that must be re-directed to another

Re: [WISPA] Apache question

2007-08-28 Thread Scott Reed
Do you just want it so that if the user enters blahblah.ca that they get the .com site? If so, have the DNS entry for .ca point to the same address as the .com. Then in /etc/httpd/conf/httpd.conf create a VirtualHost section for .ca. The .conf file should have a sample. If you want the

RE: [WISPA] Apache question

2007-08-28 Thread Ralph
The proper way to do this is to have the DNS record changed. Maybe you have done this but need a stopgap measure? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carl A jeptha Sent: Tuesday, August 28, 2007 8:12 AM To: WISPA General List; [EMAIL

RE: [WISPA] Apache question

2007-08-28 Thread Russ Kreigh
Either an HTTP redirect in the webpage, or a Server-side redirect, or a DNS CNAME will get you there. Russ Kreigh Network Engineer OnlyInternet.Net Broadband Wireless Supernova Technologies Office: (800) 363-0989 Direct: (260) 827-2486 Fax:(260) 824-9624 [EMAIL PROTECTED]

Re: [WISPA] Apache question

2007-08-28 Thread David E. Smith
Carl A jeptha wrote: I am hosting a domain name (blahblah.ca) that must be re-directed to another hosting company (blahblah.com). I have read some info but cannot make sense of it. The least painful way is just to have Apache do the redirection for you. VirtualHost blahblah.ca