【发布时间】:2012-02-08 08:50:18
【问题描述】:
我正在尝试在我的 rails 应用中安装 wordpress。我在我的 rails/public 目录中下载并配置了 wordpress。我还配置了 wp.config 文件 mysql 信息。但是,在 apache 重新启动 app/blog/index.php 后,我没有看到 wordpress 设置页面,但我收到了下载 index.php 文件的提示。我一定在这里错过了一些步骤?这是我的 apache 文件
... 乘客启用 关 重写引擎开启 RewriteBase /testme_wordpress/ 重写规则 ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d 重写规则。 /testme_wordpress/index.php [L] ...【问题讨论】:
标签: ruby-on-rails apache passenger