简体   繁体   English

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

[英]RSS Error: WP HTTP Error: Could not resolve host: wordpress.org

whenever i open my word press dashboard the 2 errors comes. 每当我打开单词按仪表板时,就会出现2个错误。 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. RSS错误:WP HTTP错误:无法解析主机:wordpress.org RSS错误:WP HTTP错误:无法解析主机:planet.wordpress.org请帮助我如何解决它。

change .htaccess file to bellow 将.htaccess文件更改为以下内容

# 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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WordPress wp_remote_post()给出“ cURL错误6:无法解析主机” - Wordpress wp_remote_post() gives “cURL error 6: Could not resolve host” 一个意料之外的问题发生了。 WordPress.org 可能有问题 - An unexpected error occurred. Something may be wrong with WordPress.org 使用 CentOS (LAMP) 在 GCloud VM 上安全连接到 WordPress.org 错误 - Secure connection to WordPress.org error on GCloud VM with CentOS (LAMP) 本地WordPress站点上的cURL返回:错误6(无法解析主机) - cURL on local WordPress site returns: Error 6 (Could not resolve host) 使用curl扩展时出现此错误卷曲错误:无法解析主机:http://rss.news.yahoo.com; 没有请求类型的数据记录 - I am getting this error when using curl extensions Curl error: Could not resolve host: http://rss.news.yahoo.com; No data record of requested type cURL错误:无法解析主机 - cURL error: Could not resolve host 一个意料之外的问题发生了。 WordPress.org或此服务器的配置可能出了问题 - An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration 如何摆脱Wordpress方面的RSS和Wordpress.org字段? - How to get rid from RSS and Wordpress.org fields in Wordpress side? .ERROR:8-CURL错误:无法解析主机 - .ERROR: 8 - CURL error: Could not resolve host cURL错误-“无法解析主机:www.bbb.org(;没有所请求类型的数据记录” - Error with cURL - “Could not resolve host: www.bbb.org(; No data record of requested type”
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM