22:53:10 [Apache] Error: Apache shutdown unexpectedly.
22:53:10 [Apache] This may be due to a blocked port, missing dependencies,
22:53:10 [Apache] improper privileges, a c
上传文件的出错错误:
shell
Warning: POST Content-Length of 12354496 bytes exceeds the limit of 8388608 bytes in Unknown
解决方法:你的`post_max_size` PHP设置为只有8M.修改`php.ini`里面的
`php_max_size = 你想设置的大小`
shell
Options -MultiViews
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]