Install WordPress MU outside htdocs

WordPress expects certain directory structure. Now, there are some constants available that you could change in you wp-config.php and it should work, in theory anyway. The thing is that many plugins expect the default directory structure (and names) and will break if you change this. I have never tried to do what you propose, my … Read more

Is there any way to give all users access to one blog in a multisite network without using a plugin?

You could filter get_blogs_of_user and add this particular blog to the returned list. Pseudo-code, not tested: add_filter( ‘get_blogs_of_user’, ‘add_special_blog’, 10, 3 ); function add_special_blog( $blogs, $user_id, $all ) { $new_blog = get_blog_details( $special_blog_id ); $blogs[ $special_blog_id ] = (object) array( ‘userblog_id’ => $special_blog_id, ‘blogname’ => $new_blog->blogname, ‘domain’ => $new_blog->domain, ‘path’ => $new_blog->path, ‘site_id’ => $new_blog->site_id, … Read more

Is WP Importer Safe on Multisite?

WP Importer is fine, providing the security of the site is in tact – meaning: No users with “admin” username secure passwords user registration disabled Salts configured properly in wp-config.php Renowned plugins ONLY – lots of plugins can be the cause of a weak link in a sites security, especially if the plugin provides any … Read more

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