Using separate Apache log files for multisite

You could set up custom logs in your httpd-vhosts.conf depending on the HTTP_HOST variable – if your server is an Apache and you use subdomains for each single site. For sub directories (not tested): SetEnvIf Request_URI ^sitename1 sitename1 SetEnvIf Request_URI ^sitename2 sitename2 CustomLog sitename1.log common env=sitename1 CustomLog sitename2.log common env=sitename2

BP Multi Network & Members Directory [closed]

You can filter the members loop in BuddyPress by meta values for the members. So you would need to change the loop in the template file members/members-loop.php to be: <?php // Getting current blog_id global $wpdb, $current_blog; $id = $current_blog->blog_id; // Setting variable for current blog_prefix $blog_prefix = $wpdb->get_blog_prefix( $id ); // Start the BuddyPress … Read more

How to Limit Bandwidth for Multisite?

Bandwidth limiting is sometimes done in an application but it depends on what you’re trying to accomplish by the limiting and what protocols and resource types are served. If you want to keep track of how many bytes have been transferred for each site you serve, and then stop serving a site after it reaches … Read more

Asian language multisite IDN subdomain

First of all, you dont need to edit core files. Check this plugin: http://wordpress.org/extend/plugins/wordpress-turkce/ This plugin letting “ŞşİıĞğÜüÖöÇç” (Turkish) characters in permalinks, usernames and blog names. You need to define those 2 variable for usernames and blog names: define( ‘WPTURKCE_USER’, true ); define( ‘WPTURKCE_BLOG’, true );

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)