Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / ams / files / .htaccess
blob65a3a44db04e90ad3ea8565a8d51c03189d4f992
1 SetHandler none
2 SetHandler default-handler
3 Options -ExecCGI
4 <IfModule mod_php5.c>
5         php_flag engine off
6 </IfModule>
7 RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
8 Options -Indexes
9 DirectoryIndex disabled
10 <Files *>
11         SetHandler none
12         SetHandler default-handler
13         Options -ExecCGI
14         <IfModule mod_php5.c>
15                 php_flag engine off
16         </IfModule>
17         RemoveHandler .cgi .php .php3 .php4 .php5 .phtml .pl .py .pyc .pyo
18         ForceType application/octet-stream
19         Header set Content-Disposition attachment
20 </Files>