In my working directory I have two files: index.php and .user.ini:
index.php
.user.ini
.user.ini:
display_errors=on ; http://be2.php.
instead of use .htaccess for php config , u can create .user.ini file and put setting (without any indent or space) . for example my .user.ini config is:
max_execution_time =600 upload_max_filesize=200M post_max_size=200M memory_limit=256M