Grove
Domain Restrictions
The
domain is the name corresponding to an Internet numeric address.
Setting a domain limit only allows browser requests from the specified
domain. By including these lines in the
.htaccess file, only
browsers at UF (.ufl.edu) will be able to access your web pages.
- deny from all
- allow from .ufl.edu
Note:There are many possible explanations for
why this may not work, but the underlying reason is the server cannot
identify the domain of the
requesting browser and, by default, refuses the browser's request to view
your web page.
If you are interested in further information on security on the apache
web server refer to
apache.org.