My web-site is live on server. So many users visits daily on my live server.
So whatever the next developing module works on my local server. But when its development done and I will try to upload my local file data on live server then some user, Who is live on that time in my live site get programming error, because some file are still pending to upload.
In the above situation, I want to show some message on my site like that "Site under construction, Please visit after some time, Sorry for inconvenience".
I found this messages in many big site, but how can I achieve it, even I have lots of pages in my site and every URL redirect to site under construction page?
Thanks