Search code examples
apache.htaccessblock

.htacces - how to block server for everyone with a custom message?


Is it possible to block a server by:

deny from all

(or by other way in the .htaccess file) and display some message like

For technical reasons the server is temporarily unavailable

Solution

  • You can redirect to a maintenance page.