ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> httpd-users
httpd-users
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved