Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将代码添加到wp-config文件中以减少数据库请求。但是,它在域中显示所有域两次,例如:
wp-config
www.abc.com/www.abc.com/wp-content...etc
我禁用了所有插件,但问题仍未解决。如果我删除这些代码,那么一切都会恢复正常。
有谁知道为什么?</p>
define('WP_SITEURL','www.abc.com') define('WP_HOME','www.abc.com')