FP: How to Create an Alias for FrontPage Personal Web Server

ID: Q151541


The information in this article applies to:
  • Microsoft FrontPage 97 for Windows with Bonus Pack
  • Microsoft FrontPage for Windows 1.1


SUMMARY

If your computer is running FrontPage Personal Web Server, you may want to create an alias to another folder (directory) or drive. Creating an alias to another folder or drive allows remote clients to browse documents at various locations as though these documents were FrontPage Webs.


MORE INFORMATION

To create an alias to a folder, to a CD-ROM drive, or to a network drive, use any of the following methods.

Method 1: Create an alias to a folder

  1. In a text editor such as Notepad, open the Srm.cnf file.

    NOTE: This file is usually found in C:\Vermeer\Httpd\Conf for FrontPage version 1.0 and in C:\FrontPage Webs\Server\Conf for FrontPage versions 1.1 and 97.


  2. In the Srm.cnf file, type:
    Alias /name/ c:/folder/


Method 2: Create an alias to the root directory of a CD-ROM drive

  1. In a text editor such as Notepad, open the Srm.cnf file.

    NOTE: This file is usually found in C:\Vermeer\Httpd\Conf for FrontPage version 1.0 and in C:\FrontPage Webs\Server\Conf for FrontPage, versions 1.1 and 97.


  2. In the Srm.cnf file, type:
    Alias /cdrom/ d:/./


Method 3: Create an alias to a network drive or share

  1. In a text editor such as Notepad, open the Srm.cnf file.

    NOTE: This file is usually found in C:\Vermeer\Httpd\Conf for FrontPage version 1.0 and in C:\FrontPage Webs\Server\Conf for FrontPage, versions 1.1 and 97.


  2. In the Srm.cnf file, type:
    Alias /name/ //server/share/


Additional query words:

Keywords : kbdta fppws
Version : windows:1.0,1.1,97
Platform : WINDOWS
Issue type : kbhowto


Last Reviewed: July 23, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.