I'm using wordpress. Installed in the subfolder. (webroot/blog)
Permalinks was before: http ://www.mysite.com /blog/ sample-post.html
I actived the network.
Permalinks after: http ://www.mysite.com /blog/blog/ sample-post.html
wp-config.php
...
define('WP_ALLOW_MULTISITE', true);
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/blog/';
define( 'DOMAIN_CURRENT_SITE', 'www.mysite.com' );
define( 'PATH_CURRENT_SITE', '/blog/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
...
Main Site Permalink Settings http://i.stack.imgur.com/GyhWf.jpg
$baseto '/' – Cronco Feb 27 '11 at 1:29