Forum Moderators: phranque
AuthName "Restricted"
AuthType Basic
<Limit GET POST>
order deny,allow
deny from all
allow from 194.70.
</Limit>
We have an admin sub-directory within the folder which we want to make accessible to the outside world, can anyone help me with this?
Thanks
[added] Note that the 'protected' directory is still unprotected from all HTTP methods except for GET, HEAD, and POST. You may want to use LimitExcept to further restrict access for all of the other HTTP methods. [/added]
Jim
[edited by: jdMorgan at 2:32 pm (utc) on Jan. 12, 2009]