mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-05 00:49:33 +00:00
added default directory for uploaded files + .htaccess for it
This commit is contained in:
parent
077606523e
commit
cc77a10fe5
10
files/.htaccess
Normal file
10
files/.htaccess
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
php_flag engine off
|
||||||
|
AddType text/plain .php
|
||||||
|
AddType text/plain .php5
|
||||||
|
AddType text/plain .html
|
||||||
|
AddType text/plain .htm
|
||||||
|
RemoveHandler .php
|
||||||
|
RemoveHandler .php5
|
||||||
|
RemoveHandler .html
|
||||||
|
RemoveHandler .htm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user