PHP Classes

File: tmp/.htaccess

Recommend this page to a friend!
  Classes of Axel Hahn   Pimped Apache Status   tmp/.htaccess   Download  
File: tmp/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pimped Apache Status
Display the requests handled by an Apache server
Author: By
Last change:
Date: 6 years ago
Size: 345 bytes
 

Contents

Class file image Download
# --------------------------------------------------------------------------- # DENY HTTP ACCESS # --------------------------------------------------------------------------- # Apache 2.4 <IfModule mod_authz_core.c> Require all denied </IfModule> # Apache 2.2 <IfModule !mod_authz_core.c> Order Allow,Deny Deny from all </IfModule>