I am reinstalling my server and I have 3 domain names that are registered via. godaddy.com. I have a VPS and I am goin to reinstall cPanel on it tonight but I wanted to know how I can put a temporary "Our site is Currently Offline" message upon enter while I do so.
|
feedback
|
|
you can use a mod_rewrite rule in the apache configuration and do a 302 (or temporary redirect) Make sure it's 302 and not 301 so google doesn't start thinking the page has permanently moved... something like...
| |||
feedback
|
|
without another element between you users and your website (a reverse proxy), you probably won't find a suitable solution. What we typically do is temporarily switch rules on our proxy to redirect to another web host with the maint page on it. | |||
|
feedback
|
|
Point the DNS for those services to another server for the duration of the upgrade. Prior to the upgrade, reduce the TTLs on the DNS records to something short. | |||||||||||
feedback
|