I am creating a site for my printing business with yii, php, and mysql. I have it working on localhost, but I’m anxious because I’ve never put any thing on the web before. Besides user authorization and user input security, are there any details I should check for before uploading?
I’d also say, keep parallel config files for localhost and the server (including db name, and user/pwd), and also an additional dev/test env. where you would test any further improvement before rolling them out.