1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 08:59:34 +00:00
single_php_filehost/.htaccess
2016-04-23 04:54:23 +02:00

9 lines
230 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteRule ^(.*)$ files/$1
</IfModule>