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.
我想在我的 Drupal 多站点安装上克隆其中一个站点,这样我就可以在不影响实时站点的情况下尝试一些更改。与问题不同,我可以在同一台服务器上克隆 drupal 站点吗?我不想创建新的 drupal 安装,我希望它在同一个多站点安装中。那可能吗?
事实上,您只需添加一个包含正确settings.php的新站点/xxx文件夹。
如果您想在同一台服务器上使用相同的代码,应该就足够了:)