1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-21 16:04:29 +00:00
single_php_filehost/example.htaccess
2022-08-22 11:51:17 +02:00

10 lines
263 B
Plaintext

php_value upload_max_filesize 512
php_value post_max_size 512
php_value max_input_time 300
php_value max_execution_time 300
RewriteEngine On
RewriteCond "%{ENV:REDIRECT_STATUS}" "^$"
RewriteRule "^/?$" "index.php" [L,END]
RewriteRule "^(.+)$" "files/$1" [L,END]