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 7.14,安装顺利。但是在 Drupal 主页上安装后,当我单击任何链接时,它会转到“索引”页面并显示站点内容列表。例如,当我单击主页上的仪表板时,URL 显示:https://localhost/testdrupal/?q=admin%2Fdashboard&但它显示了包含站点内容的“索引”页面。为什么会这样?我怎样才能解决这个问题?请帮我。谢谢...!
https://localhost/testdrupal/?q=admin%2Fdashboard&
我的网络服务器是 Apache 2.2。
找到了答案。这是因为默认的 Apache 配置不允许覆盖 .htacces 文件。所以你必须在 httpd.conf 中编辑 AllowOveride。