【发布时间】:2019-07-30 05:52:45
【问题描述】:
我在 localhost 中运行 Drupal 7 现有项目。
前端运行成功,但管理员不工作。
page byu url localhost/sitename/admin发送错误信息"requested url is not found"
【问题讨论】:
我在 localhost 中运行 Drupal 7 现有项目。
前端运行成功,但管理员不工作。
page byu url localhost/sitename/admin发送错误信息"requested url is not found"
【问题讨论】:
尝试:
localhost/sitename/user 或 drush 命令 drush uli --uid ,其中超级用户的 uid 为 1(因为它是第一个用户)。settings.php 中指出
【讨论】: