Re: DNS Change when moving site from PHP to Django

2006-09-21 Thread Cam McVey
Also, you could setup things like "www2." and "media2." subdomains and point their DNS A records to the new site (and configure the new hosting account to handle them). On 9/21/06, keukaman <[EMAIL PROTECTED]> wrote: Thanks Ian. I continue to be impressed with this group and how helpfuleveryone is.

Re: DNS Change when moving site from PHP to Django

2006-09-20 Thread keukaman
Thanks Ian. I continue to be impressed with this group and how helpful everyone is. Ian Holsman wrote: > put a entry in your /etc/hosts (or the windows equivalent ) > > On 21/09/2006, at 8:03 AM, keukaman wrote: > > > > > I have a project where I am going to redesign a PHP/MySQL site into > > Dj

Re: DNS Change when moving site from PHP to Django

2006-09-20 Thread Ian Holsman
put a entry in your /etc/hosts (or the windows equivalent ) On 21/09/2006, at 8:03 AM, keukaman wrote: > > I have a project where I am going to redesign a PHP/MySQL site into > Django/Postgres. > > The site will be moved from a shared environment to a new, shared > environment. > > One area that

DNS Change when moving site from PHP to Django

2006-09-20 Thread keukaman
I have a project where I am going to redesign a PHP/MySQL site into Django/Postgres. The site will be moved from a shared environment to a new, shared environment. One area that I am not sure about is how to set up the new site before changing the DNS settings to point to the new hosting facilit