How To Put In XS The Screen: We Are Moving... »  Show posts from    to     

Icy Phoenix


English Chit Chat - How To Put In XS The Screen: We Are Moving...



tiolalu [ Thu 11 Jan, 2007 23:26 ]
Post subject: How To Put In XS The Screen: We Are Moving...
The same screen MG puts in Area69 when he was changing it to IcyPhoenix.

(This is a non icyphoenix xD),
Thanks!


jz [ Thu 11 Jan, 2007 23:34 ]
Post subject: Re: How To Put In XS The Screen: We Are Moving...
Go to -> ACP -> Configuration -> Server -> "Message which will appear when the forum is deactivated"


tiolalu [ Thu 11 Jan, 2007 23:36 ]
Post subject: 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!


Mighty Gorgon [ Fri 12 Jan, 2007 01:11 ]
Post subject: Re: How To Put In XS The Screen: We Are Moving...
tiolalu wrote: [View Post]
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:

Code: [Hide]
  1. RewriteEngine On  
  2. RewriteBase /  
  3.  
  4. RewriteCond %{REQUEST_URI} !/_uc  
  5. 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:


TheSteffen [ Fri 12 Jan, 2007 07:46 ]
Post subject: Re: How To Put In XS The Screen: We Are Moving...
And after you have moved you can do also in .htaccess file

Code: [Hide] [Select]
Redirect permanent / http://www.your_new_domain.com


This line will bring all user automaticly to the new domain ;-)


KugeLSichA [ Fri 12 Jan, 2007 10:34 ]
Post subject: Re: How To Put In XS The Screen: We Are Moving...
thx MG and TheSteffen for these tricks 8)


tiolalu [ Fri 12 Jan, 2007 13:46 ]
Post subject: Re: How To Put In XS The Screen: We Are Moving...
TheSteffen wrote: [View Post]
And after you have moved you can do also in .htaccess file

Code: [Hide] [Select]
Redirect permanent / http://www.your_new_domain.com


This line will bring all user automaticly to the new domain ;-)


Yes I did it for the last domain change for the searchingbots, but there is a bad thing with this, if anyone delete it the searching bot take also the old domain :? . It don't change permanently the domain, just temporary.


MG, thanks for the trick, I suposed that, but I was asking in order to know if there is any template or something like that.

Thanks!


Mighty Gorgon [ Mon 22 Jan, 2007 00:22 ]
Post subject: Re: How To Put In XS The Screen: We Are Moving...
tiolalu wrote: [View Post]
MG, thanks for the trick, I suposed that, but I was asking in order to know if there is any template or something like that.

No, in these cases it is better to use plain HTML... trust me! :wink:




Powered by Icy Phoenix