Maintenance Redirect


/ Published in: Apache
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Options FollowSymLinks
  2.  
  3. RewriteEngine On
  4.  
  5. RewriteCond %{REQUEST_URI} !/maintenance.html$
  6. RewriteCond %{REQUEST_URI} !/marrowtanance.png$
  7.  
  8. RewriteRule $ /maintenance.html [R=302,L]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.