Files
crm.clientright.ru/includes/.htaccess

10 lines
170 B
ApacheConf
Raw Normal View History

php_flag engine off
Order Deny,Allow
Deny from all
<FilesMatch ^>
ForceType text/plain
</FilesMatch>
<Files index.php>
php_flag engine off
Deny from all
</Files>