Restricting access to a file

As it implies, the <Directory> directive only applies to
directories. Restricting access to particular
files The <Location> directive can be used to restrict access
based on the request URL. So it can
applied to individual files. For example, to prevent access to
the file /prices/internal.html by
anyone outside 'domain.com', you could use 

            <Location /prices/internal.html>
            order deny,allow
            deny from all
            allow from .domain.com
            </Location>


IMW


* Gunadarma Mailing List -----------------------------------------------
* Archives     : http://milis-archives.gunadarma.ac.id
* Berhenti     : Kirim Email kosong ke [EMAIL PROTECTED]
* Administrator: [EMAIL PROTECTED]

Kirim email ke