[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Suspending a website
- Subject: Re: [cobalt-users] Suspending a website
- From: "Randall Clark" <wz297@xxxxxxxxxxxxxx>
- Date: Fri Apr 7 23:53:27 2000
Just make a generic page and redirect all requests to another IP address
using DNS
----- Original Message -----
From: "Paul Schreiber" <cheesefactory@xxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Friday, April 07, 2000 11:14 PM
Subject: RE: [cobalt-users] Suspending a website
> --- Dan <dan@xxxxxxxxxxxxx> wrote:
> > >
> > > I am suspending a website for non-payment. I have created a
> > > webpage stating the
> > > site is now closed and I want all web requests for the site to
> > > display the file.
> > > I can change the document root or redirect using apache, but that
> > > only works for
> > > the index file. How do I point ALL files to this file?
> > >
> > I suppose if you change the document root and put a .htaccess file in
with
> > ErrorDocument 404 suspended.html that should do the trick.
>
> That won't work ... that only controls what happens to pages that aren't
> found.
>
> You could do a
> RedirectMatch * http://www.whatever.com/thatsitesucks.html
>
> Paul
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>