Unable to add a new site
-
I’m trying to add site using from Superadmin menu in WP 3.0 RC.
Everything seems to work fine during the creation (no errors)
But when trying to use or edit the newly created site i get 404.The main pages/site works.
but not the subsites we trying to create.The installation is on our own Linux Redhat 2.6.18-194.3.1.el5
I can see that the site apperes in the database table wp_blogs
.htacces is updated
_____________________________RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]# BEGIN WordPress
# END WordPress
wp-config.php is uppdated
_____________________________________________
define(‘WP_DEBUG’, false);
define( ‘WP_ALLOW_MULTISITE’, true );
define( ‘MULTISITE’, true );
define( ‘SUBDOMAIN_INSTALL’, false );
$base = ‘/wordpress/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘virux007’ );
define( ‘PATH_CURRENT_SITE’, ‘/wordpress/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
______________________________________________Any idées. I have tryed everything (i think)
- The topic ‘Unable to add a new site’ is closed to new replies.