Apache. Документация на русском

Классы:   1    2    3    4    5      6      7    8    9    10  

Limit
RU          EN  

The following directives are allowed in .htaccess files when AllowOverride Limit is in effect. This extremely narrow override type mostly allows the use of the legacy authorization directives provided by mod_access_compat .

  • Allow [mod_access_compat] - Controls which hosts can access an area of the server

  • Deny [mod_access_compat] - Controls which hosts are denied access to the server

  • <Limit> [core] - Restrict enclosed access controls to only certain HTTP methods

  • <LimitExcept> [core] - Restrict access controls to all HTTP methods except the named ones

  • Order [mod_access_compat] - Controls the default access state and the order in which Allow and Deny are evaluated.