Skip to content

Simple and effective maintenance page for websites

License

Notifications You must be signed in to change notification settings

delight-im/Maintenance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maintenance

Simple and effective maintenance page for websites

Requirements

  • PHP 5.6.0+

Usage

  • Copy the file Source/maintenance.php to some subfolder of your website

  • During actual maintenance (or for testing), just redirect all requests to maintenance.php

    • Apache (in .htaccess or httpd.conf)

      RewriteEngine On
      RewriteRule . maintenance.php [END]
      
    • Nginx (in nginx.conf)

      try_files $uri /maintenance.php;
      

Contributing

All contributions are welcome! If you wish to contribute, please create an issue first so that your feature, problem or question can be discussed.

License

This project is licensed under the terms of the MIT License.

About

Simple and effective maintenance page for websites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages