标签: apache .htaccess block
是否可以通过以下方式阻止服务器:
deny from all
(或通过.htaccess文件中的其他方式)并显示一些消息,如
For technical reasons the server is temporarily unavailable
答案 0 :(得分:3)
你可以redirect to a maintenance page。