简体   繁体   中英

RSS Error: WP HTTP Error: Could not resolve host: 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM