Redirection temporaire pour mise à jour


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



Copy this code and paste it in your HTML
  1. RewriteEngine on
  2. RewriteCond %{REQUEST_URI} !/upgrade.html$
  3. RewriteCond %{REMOTE_HOST} !^xxx\.xxx\.xxx\.xxx
  4. RewriteRule $ http://url.com/upgrade.html [R=302,L]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.