Hi all:
What's the best way to keep a development site hidden from everyone except for the client and I to view?
And after I decide to make the wordpress site their live site instead of their current html site, what is the best way to change the URLs globally so that they match the html's URLs?
My thought is that DURING DEVELOPMENT I would build the site on the client's current live site in a subdirectory called /blog/
Can I just password protect that /blog/ directory to prevent people other than the client and I from seeing it? Or is password protecting the directory going to cause any problems with the wordpress functionality?
And when the site goes live, I will want to move the site from out of the /blog/ directory up to the root directory of the site. What's the best way to do this?
Since I need the client to be able to see the site while in development, using wamp or lamp and developing locally isn't going to be an option.
Thanks in advance.