Page 1 of 1
Site is currently down for maintenance -Solved-
Posted: Thu Mar 25, 2010 9:25 am
by Sepp
Hi everyone
Is it possible to preview the site i'm working on while the "Site is currently down for maintenance" message is activated?
This would be very practical so I can develop the site directly on my server instead of developing the whole package with MAMP and export it afterwards.
greetings from Switzerland

Re: Site is currently down for maintenance
Posted: Thu Mar 25, 2010 10:47 am
by RonnyK
There are some ways...
1) Exclude some ip-addresses in the GlobalSettings->Site down. That will make you bypass it for specific ips
2) Create a simple site-down page, linked to a template like the minimal-template, remove the menu-call from that template. Make that page the default page, and hidden from menu. Then do with the other pages what you want, and navigate directly to one of them. That will give you full options on the other pages, while visitors get a single page without navigation.
Ronny
Re: Site is currently down for maintenance
Posted: Fri Mar 26, 2010 11:46 am
by Fraserm
An even simpler way is to create a static 'Site Down' HTML page and upload that to your server.
Most webhosts i've used will read an index.html file before an index.php so your users will see your site down page when they visit your domain, however using the preview button in your admin area will still launch the index.php page so you see your site.
Re: Site is currently down for maintenance
Posted: Tue Mar 30, 2010 11:43 am
by Sepp
Very nice ideas. Thank you. I will try them out.
