Andrea_r,
According to the proposed link does not even hint at the issues raised:)
By the way
define ('WP_ALLOW_MULTISITE', true);
Network does not add to the menu administration panel ... On a clean installation - this option performs its function.
Brute-force options for rules - images and styles are loaded, but the administrative panel is not the main blog:
http://s42.radikal.ru/i098/1010/dc/b8433af64dd5.jpg
The sites themselves are loaded .. images and styles normally displayed
Version of the rules was taken from here: http://developersmind.com/2010/05/17/enable-multi-site-in-wordpress-3-0/
#on server block
##necessary if using a multi-site plugin
server_name_in_redirect off;
##necessary if running Nginx behind a reverse-proxy
port_in_redirect off;
rewrite ^.*/files/(.*)$ /wp-includes/ms-files.php?file=$1 last;
if (!-e $request_filename) {
rewrite ^.+?(/wp-.*) $1 last;
rewrite ^.+?(/.*\.php)$ $1 last;
rewrite ^ /index.php last;
}
update:
That is what is given in direct address to the:
wp-admin/network.php
> Panel, a network is not designed for networks of WordPress MU.