mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-05 00:49:33 +00:00
get rid of .htaccess
This commit is contained in:
parent
8bbc9138da
commit
858427c364
10
.htaccess
10
.htaccess
@ -1,10 +0,0 @@
|
|||||||
<IfModule mod_rewrite.c>
|
|
||||||
RewriteEngine On
|
|
||||||
RewriteBase /
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
|
||||||
RewriteCond %{ENV:REDIRECT_STATUS} ^$
|
|
||||||
RewriteRule ^(.*)$ files/$1
|
|
||||||
</IfModule>
|
|
||||||
|
|
||||||
AddCharset UTF-8 .txt
|
|
@ -1,10 +0,0 @@
|
|||||||
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