You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
518 B
26 lines
518 B
3 years ago
|
Options -Indexes
|
||
|
|
||
|
php_value session.save_path /var/lib/php/uoj_sessions
|
||
|
php_value session.gc_maxlifetime 172800
|
||
|
php_value session.cookie_lifetime 31536000
|
||
|
|
||
|
php_value post_max_size 1000M
|
||
|
php_value upload_max_filesize 1000M
|
||
|
|
||
|
php_value session.gc_probability 1
|
||
|
php_value session.gc_divisor 1000
|
||
|
|
||
|
php_value date.timezone 'Asia/Shanghai'
|
||
|
|
||
|
DirectorySlash Off
|
||
|
|
||
|
DirectoryIndex
|
||
|
|
||
|
RewriteEngine On
|
||
|
|
||
|
RewriteCond %{QUERY_STRING} ^$
|
||
|
RewriteRule ^(.*)/$ /$1 [L,R=301]
|
||
|
|
||
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
RewriteRule ^ index.php [L]
|