{"id":300,"date":"2023-04-04T18:14:01","date_gmt":"2023-04-04T18:14:01","guid":{"rendered":"https:\/\/mediadrive.ca\/docs\/?p=300"},"modified":"2023-04-04T18:14:01","modified_gmt":"2023-04-04T18:14:01","slug":"forcing-a-maintenance-page","status":"publish","type":"post","link":"https:\/\/mediadrive.ca\/docs\/forcing-a-maintenance-page\/","title":{"rendered":"Forcing a maintenance page"},"content":{"rendered":"\n<p>If you wanted to temporarily prevent visitors to your site while performing maintenance, add the following snippet to your\u00a0<code>.htaccess<\/code>\u00a0file in your domains\u00a0<code>public_html<\/code>\u00a0folder and ensure you have a\u00a0<code>maintenance.html<\/code>\u00a0file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Force a maintenance page on all visitors\n&lt;IfModule mod_rewrite.c>\n    RewriteEngine on\n    RewriteCond %{SCRIPT_FILENAME} !maintenance.html\n    RewriteRule ^.*$ - &#91;R=503,L]\n&lt;\/IfModule>\nErrorDocument 503 \/maintenance.html\nHeader Set Cache-Control \"max-age=0,no-store\"<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If you wanted to temporarily prevent visitors to your site while performing maintenance, add the following snippet to your\u00a0.htaccess\u00a0file in your domains\u00a0public_html\u00a0folder and ensure you have a\u00a0maintenance.html\u00a0file.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-300","post","type-post","status-publish","format-standard","hentry","category-managing-your-site"],"_links":{"self":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts\/300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/comments?post=300"}],"version-history":[{"count":1,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts\/300\/revisions"}],"predecessor-version":[{"id":301,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/posts\/300\/revisions\/301"}],"wp:attachment":[{"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/media?parent=300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/categories?post=300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mediadrive.ca\/docs\/wp-json\/wp\/v2\/tags?post=300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}