chrisflicker
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
@ipstenu I’m only use nginx, no apache. so I dont have httpd.cofig to setup.
but Im sure that nginx bot (user) has my wordpress folder all permission.my /wp-admin/network/setup.php setting:
<?php
/**
* Network Setup administration panel.
*
* @package WordPress
* @subpackage Multisite
* @since 3.1.0
*//** Load WordPress Administration Bootstrap */
require_once( ‘./admin.php’ );if ( ! is_multisite() )
wp_die( __( ‘Multisite support is not enabled.’ ) );require( ‘../network.php’ );
wp-config:
define(‘DB_HOST’, ‘localhost’);
I marked it cuz brocken layout (cant delete it?)
I post the new one on here@wpyogi thanks for fix layout
alright!
but the problem happend before I add “blog.dir” folder.how can I fix it?
Viewing 5 replies - 1 through 5 (of 5 total)