On Fri, 14 Dec 2007, Mark Simko wrote: > Is it practical to develop a site locally and then updload the files to > a web host? How do you handle the changes to the system for the database > server files and account user and password?
You could have a second config file (say, configuration.php.prod) that you copy over the configuration.php after you've copied the files over to your production server. -- Aj. _______________________________________________ New York PHP SIG: Joomla! Mailing List http://lists.nyphp.org/mailman/listinfo/joomla NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php

