PHP Classes

File: htaccess.txt

Recommend this page to a friend!
  Classes of ASCOOS CMS   Ascoos CMS Online Users   htaccess.txt   Download  
File: htaccess.txt
Role: Documentation
Content type: text/plain
Description: .htaccess
Class: Ascoos CMS Online Users
Display the users accessing a site now
Author: By
Last change:
Date: 5 days ago
Size: 400 bytes
 

Contents

Class file image Download
# Protect all files <Files "*"> <IfModule mod_version.c> <IfVersion < 2.4> Order Deny,Allow Deny from All </IfVersion> <IfVersion >= 2.4> Require all denied </IfVersion> </IfModule> <IfModule !mod_version.c> <IfModule !mod_authz_core.c> Order Deny,Allow Deny from All </IfModule> <IfModule mod_authz_core.c> Require all denied </IfModule> </IfModule> </Files>