[PHP] Re: URGENT: how to make a global server temporarily down page?

2003-09-05 Thread Bogdan Stancescu
Typing Apache custom 404 and clicking on I feel lucky would get you to this information: Apache Add the following directive to your httpd.conf file (this file should be edited by someone knowledgeable about configuring an Apache Web server) or to an .htaccess file in your root (top-level) Web

[PHP] Re: URGENT: how to make a global server temporarily down page?

2003-09-05 Thread Bogdan Stancescu
Errr... that is, in Google. ;) Bogdan Bogdan Stancescu wrote: Typing Apache custom 404 and clicking on I feel lucky would get you to this information: Apache Add the following directive to your httpd.conf file (this file should be edited by someone knowledgeable about configuring an Apache

Re: [PHP] Re: URGENT: how to make a global server temporarily down page?

2003-09-05 Thread David T-G
Bogdan -- ...and then Bogdan Stancescu said... % % Typing Apache custom 404 and clicking on I feel lucky would get you % to this information: Ah! That's a good point; just make everything on the site a 404. It means I'll have to muck about in my httpd.conf instead of just in the doc root

Re: [PHP] Re: URGENT: how to make a global server temporarily down page?

2003-09-05 Thread David Robley
In article [EMAIL PROTECTED], davidtg- [EMAIL PROTECTED] says... Bogdan -- ...and then Bogdan Stancescu said... % % Typing Apache custom 404 and clicking on I feel lucky would get you % to this information: Ah! That's a good point; just make everything on the site a 404. It means

RE: [PHP] Re: URGENT: how to make a global server temporarily down page?

2003-09-05 Thread Chris W. Parker
David Robley mailto:[EMAIL PROTECTED] on Friday, September 05, 2003 5:59 AM said: Well, no - I am sure you can do it with an entry in .htaccess in the server root. Yeah, like a rewrite rule. RewriteRule ^*$ down.html Chris. -- PHP General Mailing List (http://www.php.net/) To