【发布时间】:2014-06-26 15:00:47
【问题描述】:
我正在执行 Drupal 的安装步骤,但无法执行以下步骤之一。
将 drupal-x.x 目录的内容移动到一个目录中 您的 Web 服务器的文档根目录 或 公共 HTML 目录(确保 .htaccess 文件,一个隐藏文件,被成功移动到 目标目录也是如此。
我不确定 web 服务器的文档根目录 或 公共 HTML 目录 在我的 Centos 机器中的位置。我尝试使用
在我的 Centos 机器中查找 public_html 目录我尝试了以下方法:
sudo find / -name public_html -type d - 它没有返回任何东西。
sudo find / -name .htaccess - 除了来自 drupal 下载的 .htaccess 文件之外,它没有返回任何内容
Apache 已安装 -
httpd -v: (returned the following on terminal)
Server version: Apache/2.2.15 (Unix)
Server built: May 23 2014 14:34:17
【问题讨论】:
标签: php apache .htaccess drupal drupal-7