Each Web (HTTP) server provides its own methods for restricting access to Web documents. Most servers, including Netscape's Communications and Commerce servers, NCSA and CERN httpd, and John Frank's WN, provide at least two mechanisms for limited access to files and directories. These methods are:
Here are some examples of limiting by host name or IP address.
!*.sdsc.edu
This implementation returns an error code 403 to the requesting browser if the host does not appear in the access file.
Here is an example of limiting access by username and passwd.