2021-07-31 20:56:13 +02:00
|
|
|
#php_value upload_max_filesize 10M
|
|
|
|
#php_value post_max_size 10M
|
2020-07-31 07:34:37 +02:00
|
|
|
|
|
|
|
RedirectMatch 404 /\.git
|
|
|
|
RedirectMatch 404 /db
|
2021-10-27 15:01:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
RewriteEngine on
|
|
|
|
|
|
|
|
RewriteCond %{SCRIPT_FILENAME} !-d
|
|
|
|
RewriteCond %{SCRIPT_FILENAME} !-f
|
|
|
|
RewriteRule ^(.*)$ index.php?d=$1 [QSA]
|