[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Suspending a website



> 
> 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.
-- 
Dan Kriwitsky