RSS错误:WP HTTP错误:无法解析主机:wordpress.org

whenever i open my word press dashboard the 2 errors comes. RSS Error: WP HTTP Error: Could not resolve host: wordpress.org RSS Error: WP HTTP Error: Could not resolve host: planet.wordpress.org Kindly help me how can i solve it.

change .htaccess file to bellow

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>

# END WordPress