# All url's will see the maintenance page (index.html) # This way they are back to there original page after maintenance is finished. # nice urls RewriteEngine On RewriteBase / # handle urls RewriteRule . index.html [NC,L]