PHP Classes

File: .htaccess

Recommend this page to a friend!
  Classes of ASCOOS CMS   PHP Article Editor Block   .htaccess   Download  
File: .htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Article Editor Block
Show article author details using ASCOOS CMS
Author: By
Last change:
Date: 1 year ago
Size: 363 bytes
 

Contents

Class file image Download
# Protect the htaccess file <files .htaccess> order allow,deny deny from all </files> # Protect the params.php file <files params.php> order allow,deny deny from all </files> # Protect the params.json file <files params.json> order allow,deny deny from all </files> # Protect the index.php file <files index.php> order allow,deny deny from all </files>