Tratando de poner mi tienda en modo mantenimiento y siguiendo estas instrucciones
add this to your .htaccess file in your root directory and only your IP address will be able to view your website. All other visitors will get redirected to an \"updating\" page.
Add this to your .htaccess file (directly after RewriteEngine On):
?
RewriteCond %{REMOTE_HOST} !^123.45.67.89
RewriteCond %{REQUEST_URI} !/updating.html$
RewriteRule .*$ /updating.html [R=302,L]
Don\’t forget to create a file called updating.html and put the message that you want visitors to see while your site is down
Perdi mi sitio web.
Aunque pedi a mi hosting que REINSTALARA todo el site, a una version 5 dias antes del cambio, aun mi sitio no es visible.