You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by bc...@rsn.hp.com on 2001/12/20 02:37:01 UTC

Re: "come back later" page service : thx !

thx to everybody, we got it to work !

On Fri, 30 Nov 2001, Joshua Slive wrote:

-- 
-- On Fri, 30 Nov 2001 bciceron@rsn.hp.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@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org