Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Having an issue with getting custom maintenance page (with information) to show when maintenance is enabled. I understand this can be a problem for some hosts and am looking for another way to handle visitors during the update.

Trying to think of an alternate way to handle this and I think editing the htaccess so if the visitor is my IP, everything runs normally but if it is not then I would redirect users to a temporary website domain to get the basic info during the downtime.

I tried adding this right above the DO NOT EDIT (changing IP to mine) and it didn't work.

RewriteCond %{REMOTE_ADDR} !=123.123.123.123
RewriteRule index.php$ https://www.google.com [R=301,L]

Anybody have suggestions if this can be done?

Thanks!
Hi,

Could you please let me know the version of Couch you are using?
There were some fixes added to the current version available from GitHub (v2.2b) and displaying custom 503 template shouldn't be a problem now.
I am not sure but I will update and try again. Thanks!
3 posts Page 1 of 1