Rexx Logo



More Website Templates @ TemplateMonster.com - July 28, 2014!

Frequently Asked Questions
Website Hosting Service


Can I have pages in different languages automatically display?
Yes. Our web servers can read the language set in the client browser. If you have a web page with the 2 Letter ISO language code, it will be sent to the client. Example: index.html will be sent normally, but for anyone who has their browser language set to French, the our server will first check for "index.fr" and send that if it exists. Our server also provides HTTP_ACCEPT_LANGUAGE as part of the cgi interface.

How can I lock my web pages with a username and password?
Our servers do support the HTTP basic auth system, which can be used to deny access to web pages until a username and password is entered. This is done with a .htaccess file in the directory you wish to lock. For more information:
See https://faq.oit.gatech.edu/content/how-do-i-do-basicauth-using-htaccess-and-htpasswd
See http://www.htaccesstools.com/htaccess-authentication/