HTTP 503 Service Unavailable error. Create a file 503.php in your Magento installation root:
- <?php
- header('HTTP/1.1 503 Service Unavailable');
- header('Content-Type: text/plain; charset=UTF-8');
- echo "503 Service Unavailable";
.htaccess or in Apache server configuration, add the following rewrite rule:Where
127.0.0.1 (note the backslashes before dots) should be replaced with your IP-address. Once you save this
.htaccess file or reload Apache configuration, your site will be down until you restore the initial state.
No comments:
Post a Comment