.htaccess rewrite pagina de mantenimiento
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_URI} !mantenimiento.html
RewriteCond %{REQUEST_URI} !\.(css|gif|jpe?g?|png|ico) [NC]
RewriteCond %{REMOTE_ADDR} !^83\.231\.16\.12$
RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1$
RewriteRule (.*) /mantenimiento.html [R,L]
RewriteEngine On
RewriteCond %{REQUEST_URI} !mantenimiento.html
RewriteCond %{REQUEST_URI} !\.(css|gif|jpe?g?|png|ico) [NC]
RewriteCond %{REMOTE_ADDR} !^83\.231\.16\.12$
RewriteCond %{REMOTE_ADDR} !^127\.0\.0\.1$
RewriteRule (.*) /mantenimiento.html [R,L]