PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of ASCOOS CMS   Scroll to Top   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Scroll to Top
Show a button to scroll the page to the top
Author: By
Last change:
Date: 22 days ago
Size: 423 bytes
 

Contents

Class file image Download
# Protect all files <Files "^(.htaccess|*.php|*.phps)"> <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>