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 want to update the files in the production server or vice versa.

Just my $0.02 ;)

Nitsan

On Sun, Jun 21, 2009 at 4:56 PM, Lars Nielsen <l...@mit-web.dk> wrote:

> Hey
>
> 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 approach?
>
> By the way... I'm using Fedora linux with LAMP (php5)
>
> best regards
> Lars Nielsen
> www.mit-web.dk
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to