PHP Classes

File: htdocs/themes/xbootstrap/.htaccess

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/.htaccess   Download  
File: htdocs/themes/xbootstrap/.htaccess
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change: Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge xswatch4
Date: 2 months ago
Size: 248 bytes
 

Contents

Class file image Download
<Files ~ "\.(html|tpl)$"> <IfModule mod_authz_core.c> # Apache 2.4 Require all denied </IfModule> <IfModule !mod_authz_core.c> # Apache 2.2 Order allow,deny Deny from all </IfModule> </Files>