Re: "come back later" page service
by Steven Pierce other posts by this author
Nov 30 2001 12:02PM messages near this date
Re: "come back later" page service : thx !
|
Re: Apache / PHP install help
Joshua,
Watching this conversation: from what I can see is that if you need
to meet the conditions that are being asked. You would need to edit
the page each time you did maintaince to the server? I believe from what
I heard it was something that he needed to be automatic. Is that not an
option??
Steven
*********** REPLY SEPARATOR ***********
On 11/30/2001 at 2:59 PM Joshua Slive wrote:
> On Fri, 30 Nov 2001 bciceron@[...].com wrote:
>
> > the problem is that it should display the page whatever page is
> requested:
> > whatever path, also either static or dynamic.
> >
>
> There are lots of ways to do this. Here's one:
>
> <Location />
> Order allow,deny
> deny from all
> ErrorDocument 403 /come_back_later.html
> </Location>
>
> Here's another:
>
> AliasMatch .* /path_to/come_back_later.html
>
> Joshua.
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@[...].org
> For additional commands, e-mail: users-help@[...].org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Joshua Slive
Steven Pierce
|