.htaccessで一時的にページを表示できないようにする

.htaccessに以下を追加

order allow,deny
deny from all

特定IPからのみ許可したい場合は

order deny,allow
deny from all
allow from {IP}