FP98: How to Move FrontPage PWS Content to Another Drive
ID: Q194098
 
  | 
The information in this article applies to:
- 
Microsoft FrontPage 98 for Windows
 
SUMMARY
This article describes how to move the FrontPage Personal Web Server
from the default drive (drive C) to a different drive.
MORE INFORMATION
To move the FrontPage Personal Web Server content to another drive,
follow these steps:
 
- Start the Server Administrator.
   The icon you use to start the FrontPage Server Administrator is located
   in the Microsoft FrontPage program group on Windows NT 3.51. In
   Windows 95 or Windows NT 4.0, the icon is located in the directory where
   you installed FrontPage.
 
- Click Uninstall.
 
- Copy the \FrontPage Webs directory to the new drive. If you are
   moving from drive C to drive D, move the entire \FrontPage Webs
   directory from drive C to drive D.
 
- Using a text editor, such as Notepad, open the httpd.cnf file in
   the \FrontPage Webs\Server\conf folder. This file specifies the
   location of the FrontPage Server.
 
- Modify the "ServerRoot" line so that it specifies the new drive
   location of the server. For example, if you are moving the server
   from drive C to drive D, change this line so that it looks like
   this:
      ServerRoot D:/FrontPage webs/server/ 
   NOTE: The slashes should be written in UNIX format (/). If the path
   to the file contains spaces, it should be preceded by a backslash
   (\). For example, C:\FrontPage Webs\content is written as follows:
      C:/FrontPage\ Webs/content
 
- Save and close the httpd.cnf file.
   NOTE: This change affects just the FrontPage Personal Web Server.
   Steps 7 through 10 change the location of the Web content
   directory.
 
- Using a text editor, such as Notepad, open the Srm.cnf file.
   This file specifies the location of the server content. It is
   located in the following default location:
      FrontPage Webs\Server\Conf
 
- Modify the "DocumentRoot" line so that it specifies the new
   location of your content. For example, if you are moving the server
   from drive C to drive D, change this line so that it looks like
   this:
      DocumentRoot D:/FrontPage webs/content
   NOTE: The slashes should be written in UNIX format (/). If the path
   to the file contains spaces, it should be preceded by a backslash
   (\). For example, C:\FrontPage Webs\content is written as follows:
      C:/FrontPage\ Webs/content
 
- Save and close the Srm.cnf file.
 
- Restart the Server Administrator.
 
- Click Install and select the httpd.cnf file on the new drive.
 
Q194427 FP98: Using a Folder (Directory) Other Than Content
Additional query words: 
98 Server FPPWS 
Keywords          : fpext 
Version           : WINDOWS:
Platform          : WINDOWS 
Issue type        : kbhowto 
Last Reviewed: July 1, 1999