Re: [PHP] mirroring website

2009-06-21 Thread Nitsan Bin-Nun
Create 2 different configuration files, load the appropriate one after checking whether $_ENV['dev'] is set to 1 or 0 then all you have to do is to set the environment variable 'dev' to 1 or 0 through .htaccess file. After setting this up all you have to do is to rewrite the files whenever you

Re: [PHP] mirroring website

2009-06-21 Thread Richard Heyes
Hi, I have the following issue! I want to develop my website on my local machine, and then upload the entire developed site to a production server. What is the best strategy to do that? I have been looking at a php mirroring script but that was about 5 years old! Is'nt there a better/newer

Re: [PHP] mirroring website

2009-06-21 Thread Lars Nielsen
Thanks for the cents. I will try a combination of multiple configuration files and rsync! /Lars søn, 21 06 2009 kl. 16:39 +0100, skrev Richard Heyes: Hi, I have the following issue! I want to develop my website on my local machine, and then upload the entire developed site to a production

Re: [PHP] Mirroring Website

2001-10-03 Thread Phil Driscoll
On Wednesday 03 October 2001 5:21 am, Jon Shoberg wrote: Nope, teh pages are actually hosted on a (gasp ...) NT machine. I need something that will suck down and write out a pure static .html mirror of an ASP/PHP driven website. WGET will surely mirror everything but not re-structure the

RE: [PHP] Mirroring Website

2001-10-03 Thread Lawrence . Sheed
Driscoll [mailto:[EMAIL PROTECTED]] Sent: October 3, 2001 5:04 PM To: Jon Shoberg; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Mirroring Website On Wednesday 03 October 2001 5:21 am, Jon Shoberg wrote: Nope, teh pages are actually hosted on a (gasp ...) NT machine. I need something

Re: [PHP] Mirroring Website

2001-10-02 Thread Mukul Sabharwal
Hi, Try rsync, it's pretty much what you want. http://rsync.samba.org = * Know more about me: http://www.geocities.com/mimodit * __ Do You Yahoo!? Listen to your Yahoo! Mail

RE: [PHP] Mirroring Website

2001-10-02 Thread Jon Shoberg
... -Original Message- From: Mukul Sabharwal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 9:58 PM To: Jon Shoberg; [EMAIL PROTECTED] Subject: Re: [PHP] Mirroring Website Hi, Try rsync, it's pretty much what you want. http://rsync.samba.org