Re: How To Put In XS The Screen: We Are Moving...
Just that... I have done one time to move the data base... Today I'm doing really stupid questions
I thought there was another page where you can put your own logo and the phrase.
Thanks!
I usually use the HTACCESS for that... to avoid database entries while I'm working on the site... :roll:
You can use something like this:
- RewriteEngine On
- RewriteBase /
-
- RewriteCond %{REQUEST_URI} !/_uc
- RewriteRule ^.* /_uc/index.htm
Where
_uc is the temp folder where you put the HTML file you would like to show to your user.
In this way, none of the page of the site is accessible... only the files in
_uc folder. :wink: