One my clients has neglected me some payments and is not communicating with me. (not answering my emails, calls, etc)How can I temporary shut down their website without redirecting the domain? I rather just pause the hosting on it.
7/13/2008 8:49:46 PM
not sure if you have access to the apache conf filebut just change the directory in http.conf to point to something else
7/13/2008 9:22:32 PM
do you have access to virtual host containers?RewriteEngine OnRewriteMap /.* /path/to/temp/file.html [NC,L]^ or that, but then your client will get a bunch of 404's. this way bookmarked pages, etc. will still get a page, just not the one they want. evan's solution is easier.[Edited on July 13, 2008 at 9:25 PM. Reason : ^]
7/13/2008 9:24:15 PM
7/13/2008 9:32:50 PM