Forum OpenACS Q&A: Re: Server Down for Maintenance Page

Collapse
Posted by Ryan Gallimore on
Hi Brian,

Is there a way to redirect all requests via filter proc except the one to the maintenance page? Won't this require a request on the login page and therefore defeat the purpose of the redirect?

Thanks.

Collapse
Posted by Brian Fenton on
Sure, in the registered proc, make an exception for that URL.
A very old example here:
http://philip.greenspun.com/wtr/aolserver/introduction-1.html

Re the login page, I'm honestly not sure how that'll work. Try it and see!

Brian