
You can use this procedure to set various HTTP aliases to directories with static web pages on the local file system.
Defining Aliases Using Visual Administrator
Use Visual Administrator tool to manage aliases on a virtual host. Open the Runtime screen of HTTP Service running on server. Next:
The name of the alias and the directory path it points to must appear in a list on the screen. Make sure you choose Save Properties to permanently save your changes.
To remove an existing alias, select the alias name from the list of aliases and choose Remove.
Defining Aliases Using Telnet
You can use the HTTP_ALIAS command from the HTTP shell command group to define new and remove existing aliases with Telnet .
To define new alias enter the following on the command line in the server console:
http_alias -host myhost myalias c:\somedir . This command defines an HTTP alias with name myalias that points to c:\somedir directory, on myhost host.
To remove an existing alias, use the command with the -remove option. For more information, see HTTP shell group.