Allows you to search a variety of questions and answers
Yes! You can do this by putting some code into your .htaccess file via FTP. The following lines of code will redirect all of the page requests to the page you specify, index.html for example:
RewriteEngine On
RewriteBase /
RewriteRule .* index.html [L]