Knowledge Base

Allows you to search a variety of questions and answers

Search

Search results

General Server Questions

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]

See What Our Customers Say