<%= Request.ServerVariables("SERVER_NAME") %>

 

Welcome to <%= Request.ServerVariables("SERVER_NAME") %>

This is a sample of a Secure Page.

     



Webmaster:

If you are seeing this page after you have uploaded your Web site, here are some possible causes:

  • Make sure you have uploaded to your /www/securee directory. For example, if your domain name is xyz.com, you should upload your Web site to this directory: D:\wwwroot\xyzcom\www\secure\
  • Make sure you named your secure page either index.htm, index.asp or default.htm. 
    The system automatically looks for a file with either of these names by default if a visitor enters the URL of your secure site without any specific filename (e.g. https://<%= Request.ServerVariables("SERVER_NAME") %>/xyz, where xyz is your username.).
    By Default, this page that you are seeing is the homepage until it is replaced by your own homepage.

Helpful Resources: