Rewrite everything to a single 'site down' page with Zeus Rewrite Rules

77 Views Asked by At

I'd like to make it so that any request for any file or page on my website gets directed to a single file: site_down.php

I know how to do this with apache rewrites but can't find a specific example for Zeus

1

There are 1 best solutions below

0
On
match URL into $ with ^
if matched then
    set URL = /site_down.php
endif