1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-04 16:39:34 +00:00

get rid of .htaccess

This commit is contained in:
Rouji 2019-03-23 18:17:14 +01:00
parent 8bbc9138da
commit 858427c364
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -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