commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / kcfinder / conf / upload.htaccess
1 <IfModule mod_php4.c>
2 php_flag engine Off
3 </IfModule>
4 <IfModule mod_php5.c>
5 php_flag engine Off
6 </IfModule>
7 <IfModule mod_php6.c>
8 php_flag engine Off
9 </IfModule>
10 <IfModule mod_cgi.c>
11 Options -ExecCGI
12 </IfModule>
13
14 RemoveHandler .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
15 RemoveType .cgi .pl .py .pyc .pyo .phtml .php .php3 .php4 .php5 .php6 .pcgi .pcgi3 .pcgi4 .pcgi5 .pchi6 .inc
16 SetHandler None
17 SetHandler default-handler
18
19 # Remove both lines below if you want to render HTML files from the upload folder
20 AddType text/plain .html
21 AddType text/plain .htm