Composer安装程序-未找到config.php

时间:2017-02-05 作者:twoam

我正在尝试使用composer在本地主机上安装WordPress。当我转到localhost时,我被重定向到localhost/wp-admin/setup-config。php。我没有得到安装,而是得到了请求的URL/wp admin/setup config错误。在此服务器上找不到php。当我转到localhost/wordpress/wp-admin/setup-config时。php它能工作吗?我做错了什么?

这是我的目录树:

-- .git
-- .gitignore
-- composer.json
-- composer.lock
-- vendor

-- htdocs
----- index.php
----- wp-content
----- wordpress
----- wp-config
htdocs/index.php 我有这个

define(\'WP_USE_THEMES\', true);
require( dirname ( __FILE__ ) . \'/wordpress/wp-blog-header.php\' );
在我的htdocs/wp-config 我编辑了以下内容:

define(\'WP_SITEURL\', \'http://\' . $_SERVER[\'SERVER_NAME\'] . \'/wordpress\');
define(\'WP_HOME\',    \'http://\' . $_SERVER[\'SERVER_NAME\']);
define(\'WP_CONTENT_DIR\', dirname(__FILE__) . \'/wp-content\');
define(\'WP_CONTENT_URL\', \'http://\' . $_SERVER[\'SERVER_NAME\'] . \'/wp-content\');

1 个回复
SO网友:hcheung

您的WordPress安装在localhost/wordpress/ 而不是localhost/. 如果您是第一次运行WordPress,请将您的url指向localhost/wordpress/wp-admin/install.php 以便WordPress可以设置正确的路径。

相关推荐

无法在模板函数.php中使用IS_HOME

我试图在标题中加载一个滑块,但只在主页上加载。如果有帮助的话,我正在使用Ultralight模板。我正在尝试(在template functions.php中)执行以下操作:<?php if ( is_page( \'home\' ) ) : ?> dynamic_sidebar( \'Homepage Widget\' ); <?php endif; ?> 但这行不通。现在,通过快速的google,我似乎需要将请