Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
3.9k views
in Q2A Core by
I am launching a new Q&A website. I have installed it on my web servers. But currently I am testing my website and also uploading some questions. But during this testing period,  I dont want visitors to see my pages, instead they should be shown "website under construction" page. For that I have created index.html file and uploaded in the root. But this is not working. Domain is showing Q&A website. Any help or suggestion ?

3 Answers

0 votes
by
You can set a custom main page instead of questions and block access to everything else. It can all be found in the admin panel. I'd advise for adding a subscription box for people who want to be notified when you finally launch it.
0 votes
by
In your hosts cPanel you can re-direct to index.html (( mysite.com )) ((mysite,com/index.html)) This will write a re-redirect into your htaccess if your host supports htaccess.
0 votes
by
Although parts of site will be displayed, there is method of using maintenance mode.
Admin -> General -> Take site down for temporary maintenance

Words of under maintenance can be changed.
qa-lang-options.php(site_maintenance)

Moreover, if visitors including bots is blocked completely, there is method of using basic authentication.
...