moving server can not login
I have solved this strange problem by myself. Share my experience to all. Find these 2 lines in /etc/php.ini upload_max_filesize 16M post_max_size 16M Add common before, so that change as: ;upload_max_filesize 16M ;post_max_size 16M And final, do not forget restart apache: service httpd restart via SSH. Then I could login into my site under linux … Read more