On Sat, Oct 30, 2010 at 5:28 AM, Chris Blackwell <[email protected]> wrote: > I'd do this at the webserver level, using mod_rewrite or the iis equivalent > http://www.techiecorner.com/97/redirect-to-maintenance-page-during-upgrade-using-htaccess/
I've done this with Ant in my deployment scripts - flip a bit and use something similar to Dan's example to redirect traffic. You may also want to bake some logic in there so that you (or your IP range) is NOT redirected - this enables you to hit the site, verify things are working, reload the framework, etc. Jim -- Jim Priest | jimpriest.net | [email protected] | 919-827-1970 -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
