11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
php_flag display_startup_errors on
|
|
php_flag display_errors on
|
|
php_flag html_errors on
|
|
php_flag log_errors on
|
|
|
|
RewriteEngine On
|
|
RewriteBase /
|
|
|
|
php_value memory_limit 300M
|
|
php_value post_max_size 100M
|
|
php_value upload_max_filesize 30M |