A server administrator can get pretty busy, especially with keeping track of where pages are located. Sometimes changes have to be made to the Web. You might need to relocate, rename, or remove webs. New administrators, authors, and end users have to be added or removed, and passwords have to be changed. These are all tasks that require administrator authorization.
By default, FrontPage uses a home page (or welcome page) name of index.htm. Your remote server may require that you use a home page with a different filename, such as index.html, welcome.htm, or default.htm. You can configure FrontPage to use a different home page name.
You can change the setting of the home page in a configuration file. If you installed FrontPage using the default installation, you can find this page in the following directory:
C:\FrontPage Webs\server\conf\srm.cnf
Within this file is a section where you specify your directory index. To specify a directory index file other than index.htm, add a line to this section. It should look similar to the last line shown below:
# DirectoryIndex: Name of the file to use as a pre-written HTML # directory index. This document, if present, will be opened when the # server receives a request containing a URL for the directory, instead # of generating a directory index. # DirectoryIndex index.html
In Chapter 8 "Getting from Here to There," and in Chapter 17, "Real-Life Examples," you worked with clickable images-images containing hotspots that take the user to other pages in your Web site or other webs. If you or your service provider don't have the FrontPage Server Extensions installed, you will need to set a different clickable image style for your Webs.
There are two ways to approach clickable images-server-side image maps and client-side image maps:
Server-side image maps pass the coordinates of your hotspots to the server's image map handling routine. This requires additional processing time from your server to compute the target URL of the link based on its coordinates.
Client-side image maps encode the destination URL of each hotspot directly on the image map itself and pass the coordinates onto the user. This option doesn't require additional processing time from the server, so it's advantageous to use this option. The option is selected by default but can be changed.
You can instruct FrontPage to generate both client-side and server-side HTML by choosing the "Generate client-side image maps" option in the Web Settings dialog box and also by selecting a server-side image map style. That way you have both bases covered.
By default, FrontPage uses its own clickable image handler. You can change to one of four clickable image formats as follows:
When you create discussion groups, the articles that visitors submit to discussions are contained in pages that get stored on your Web site, typically in hidden directories. By default, FrontPage has these hidden directories turned off in the Web display. You can choose to view these hidden directories by following these steps:
Web administrators can make changes to webs. They can create new webs, copy them, delete them, and rename them; these tasks are all done through the FrontPage Explorer.
You use the Copy Web command when you want to transfer your webs
from your local server to your Internet Service Provider, or if
you want to combine pages from multiple webs into a single Web
site on your server. You can also use this command to add pages
from one Web site to another.
NOTE |
If your ISP doesn't have the FrontPage Server Extensions installed on your remote server, consider using the FrontPage Publishing Wizard, discussed in Chapter 25, "Testing and Publishing Your Web." It's much easier than using an FTP program to accomplish the same task. |
When you copy a web, you can copy its contents to a new or existing web on your current server or to a web on a different server. To copy the current Web site, follow these steps:
NOTE |
If you are copying a Web site to the same server you're currently working on, you must supply a new name for the Web site. FrontPage does not allow you to create a copy of a web over itself and prompts you to enter a different name for the destination web. When you add a web to another web, the pages, files, and directories in the first web are copied to the second web. If the destination web has the same filenames as the web being copied to it, the files will be overwritten by those being copied. |
You can change the name or title of a Web site by using the Tools | Web Settings command; just follow these steps:
To delete a Web site from your server, you have to be authorized as an administrator of the web. Also, you have to open the web before you delete it. Actually, this isn't such a bad idea, because you probably want to make sure it's the Web site you want to delete. You can't recover a Web site once it has been deleted.
To delete a Web site, follow these steps:
If you're using FrontPage to develop webs for your corporate intranet, you might be using multiple Web administrators and authors to develop your Web sites. You use the FrontPage Explorer to configure access for them and to add end-user permissions for restricted webs.
FrontPage allows you to assign access permissions in three categories-Web administrators, Web authors, and end users. Each Web site on your server can be assigned its own access permissions, allowing you to assign Web development and administration to a different team for each Web. End-user permissions are added if you have restricted webs on your server.
You can also assign address masks to your webs. These grant access permissions to a web through the use of an Internet address rather than by a name and password.
Administrators are allowed to perform the following tasks in FrontPage:
Authors are allowed to perform the following tasks in FrontPage:
By default, all end users have access to a Web site, but there might be instances when you want to restrict access to only certain individuals. For example, you might want to create a web to which only company employees have access. Another example might be a technical support site that requires a monthly subscription fee. On a personal level, you might want to allow access to only friends and family members.
You must have administrator status to authorize another administrator. To add an authorization for a Web administrator, follow these steps:
To restrict the IP addresses of Web administrators, authors, or end users, follow these steps:
If you are an administrator or author of the current Web site, you can change your own password. Passwords can also be changed for end users. Simply follow these steps:
To remove an administrator, author, or end user from a Web, follow these steps:
To remove the IP address of an administrator, author, or end user from a Web, follow these steps:
FrontPage allows great flexibility, whether you're using it to develop your own personal Web site or using it in a corporate intranet environment. If you're working on your own Web site, you're already granted access permissions to perform administrative and authoring tasks. If you need to configure multiple administrators and authors, the capability is there for you to do so.
In this chapter, you have learned how to maintain and manage your Web sites and how to specify the name of your web's home pages. If your service provider doesn't have the FrontPage Server Extensions, you learned how to choose another format for handling the image maps. You have also learned how to make changes to webs and assign administrators, authors, and end users to your Web site.
In the next chapter, you'll learn more about the FrontPage Server Extensions and the files and directories that relate to them. You'll also learn what other server extensions are available.
In Chapter 25, "Testing and Publishing Your Web," you'll learn how to transfer your Web documents and files from your computer to your ISP.
Q: | Can multiple IP addresses be assigned to a single individual? |
A: | The IP address masks don't appear to be connected to an individual. You can enter multiple IP addresses. |
Q: | Do I have to copy the clickable image handler to my remote site if my Internet provider doesn't have the Server Extensions? |
A: | No, you define the path to the ISP's clickable image handler when you configure the image handler in your FrontPage web. The optional image handlers provided with FrontPage write the data that their image handlers expect to see. Refer to Chapter 25 for the files you'll need to transfer when your service provider doesn't have the FrontPage Server Extensions installed. |
Q: | Is there any way to specify copying only certain files when you use the Copy Web command? |
A: | Unfortunately not. It's currently an "all or nothing" command. You can use an FTP program to copy selected files to a remote Web site. |