1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-11 03:18:45 +00:00

set charset for serving .txt files to utf8

This commit is contained in:
Rj48 2016-07-18 03:37:57 +02:00
parent 3232c68e83
commit 7e3dd58c6f

View File

@ -6,3 +6,5 @@
RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^(.*)$ files/$1 RewriteRule ^(.*)$ files/$1
</IfModule> </IfModule>
AddCharset UTF-8 .txt