之后this problem 我想如果我在一台电脑上安装了两个wordpress,那就有问题了。我休息了this instruction 唯一的一件事是,我已经像这样更改了wp内容文件夹
* Default value for some constants if they have not yet been set
by the host-specific config files */
if (!defined(\'ABSPATH\'))
define(\'ABSPATH\', \'/var/www/aniabuchi/\');
if (!defined(\'WP_CORE_UPDATE\'))
define(\'WP_CORE_UPDATE\', false);
define(\'DB_HOST\', \'localhost\');
if (!defined(\'WP_CONTENT_DIR\') && !defined(\'DONT_SET_WP_CONTENT_DIR\'))
define(\'WP_CONTENT_DIR\', \'/var/www/aniabuchi/wp-content\');
所以问题是,我在第二个wordpress中安装的任何东西都不能正常工作或可见。我上传了媒体,安装了主题和插件,但我看不到它们的资源,如图像等。我认为这是别名问题——我在每个网站上都有相同的别名。etc/apache2/site下的conf可用
first\\u站点。conf->别名/wp-content/var/lib/wordpress/wp-content
第二个站点。conf->Alias/wp-content/var/www/aniabuchi/wp-content
但我如何解决它