Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
Huang I was doing a news site when I encountered a WordPress does not know is not a common problem: when the installation of the program prompts the Internal Server Error
Then finally Baidu Google found the following solutions:
Install a new version of WordPress Internal Server Error Problem:
In the 291 lines of./wp-includes/class-http.php, change to
$request _order = apply_filters (' http_api_transports ', Array (' streams '), $args, $url);
That is to remove these characters.
' Curl ',
Figure:
Note:
Some wordpess programs may not be 291 lines, please search
$request _order = apply_filters (' http_api_transports ', Array (' curl ', ' streams '), $args, $url);
Then replace this code with the
$request _order = apply_filters (' http_api_transports ', Array (' streams '), $args, $url);
Then overwrite the Wp-includes folder, before overwriting, in order to prevent errors, please back up the original file.
Original address: http://www.jmdrkj.cn/251.html