How to install wordpress multisite on subdomain

We given steps to install wordpress multisite on subdomain. Many wordpress developers learned and managing their wordpress sites with multisite on subdomain.  Some even start managing WordPress sites for clients, friends, and family.

How to install wordpress multisite on subdomain

First download the wordpress 3.0 from following location

http://wordpress.org/latest.zip

install wordpress multisite on subdomain
install wordpress multisite on subdomain

Start the wordpress installations:
First create database and put your database information

Second step

Login to wordpress admin panel

 

After Installation completion. Open the wp-config.php file from wordpress root folder.
Find following line.

 /* That's all, stop editing! Happy blogging. */

And change the line as follows:
 define('WP_ALLOW_MULTISITE', true);
 /* That's all, stop editing! Happy blogging. */

 

Now Refresh the wordpress admin panel. In tools tab menu(right side menu) you will find the network link. click on “network” link

install wordpress multisite on subdomain
install wordpress multisite on subdomain

Then click on install button

Complete the following steps to enable the features for creating a network of sites.

install wordpress multisite on subdomain
install wordpress multisite on subdomain

1.Create a blogs.dir directory in /var/www/html/wp3/wp-content. This directory is used to be stored uploaded media for your additional sites and must be writeable by the web server.
2. Add the following to your wp-config.php file in /var/www/html/wp3/ above the line reading /* That’s all, stop editing! Happy blogging.


define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/wp3/';
define( 'DOMAIN_CURRENT_SITE', 'localhost' ); //Put your domain name
define( 'PATH_CURRENT_SITE', '/wp3/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );

3. Add the following to your .htaccess file in /var/www/html/wp3/, replacing other WordPress rules:


RewriteEngine On
RewriteBase /wp3/
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]

Once you complete these steps, your network is enabled and configured. You will have to log in again. Log In

Now you can click on super admin tag -> sites link and you can create multiple blogs from there.

No More wait for wordpress 3.0

Today Matt announced the wordpress 3.0 launch. WordPress 3.0, is the 13th major release of the software, and contains over 2,700 changes. With this release wordpress is become the world’s most powerful and popular blogging system as well as cms.

I always believe wordpress is great cms for creating the most advanced cms and ecommerce and networking website.  Earlier wordpress mu was designed for Biggest corporate and companies and vast businesses.

What’s new in 3.0? One of the best ways to find out is to try out the new Twenty Ten theme, which shows off many of the release’s (which is also called “Thelonius”) major new features, including custom backgrounds, headers, shortlinks, menus, post types and taxonomies.

WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default theme called Twenty Ten. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. (Twenty Ten theme shows all of that off.) Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. As a user, you will love the new lighter interface, the contextual help on every screen, the 1,217 bug fixes and feature enhancements, bulk updates so you can upgrade 15 plugins at once with a single click, and blah blah blah just watch the video. :) (In HD, if you can, so you can catch the Easter eggs.)

WordPress 3.0, Beta 1 is Released

This is really great news of yesterday. WordPress 3.0 beta is out for testing.

They merged the wordpress and wordpressMU in this version. There are so many major changes in UI and interfaces has been done.

WordPress 3.0, Beta 1 is Released
WordPress 3.0, Beta 1 is Released

You must know about this release

  • The custom menus system (Appearance > Menus) is not quite finished. In Beta 2, the layout will be different and a bunch of the functionality will be improved, but we didn’t want to hold things up for this one screen. You can play with making custom menus, and report bugs if you find them, but this is not how the final screen will look/work, so don’t get attached to it.
  • The merge! Yes, WordPress and WordPress MU have merged. This does not mean that you can suddenly start adding a bunch of new blogs from within your regular WordPress Dashboard. If you’re interested in testing the Super Admin stuff associated with multiple sites, you’ll need some simple directions to get started.
  • We’re still fiddling with a few small things in the UI, as we were focused on getting the more function-oriented code finished first. For example, we’re getting a new icon for the Super Admin section.

Best new thing in wordpress 3.0 beta

  • Play with the new default theme, Twenty Ten, including the custom background and header options.
  • Custom Post Type functionality has been beefed up. It’s really easy to add new types, so do that and see how it looks!
  • WordPress MU users should test the multiple sites functionality to make sure nothing broke during the merge.

You can download the wordpress 3.0 beta from here

Download wordpress 3.0 beta

  • Play with the new default theme, Twenty Ten, including the custom background and header options.
  • Custom Post Type functionality has been beefed up. It’s really easy to add new types, so do that and see how it looks!
  • WordPress MU users should test the multiple sites functionality to make sure nothing broke during the merge.

wordpress 3.0

Automatic is targeting to launch the wordpress 3.0 in April. So many wordpress developers are contributing to wordpress 3.0.

wordpress 3.0

wordpress 3.0
wordpress 3.0

About wordpress 3.0, we are all very excited and want to know ab0out wordpress 3.0, what is coming in 3.0

Here is list what is coming in wordpress 3.0

  • If Pretty Permalinks on, enforce /search/ URL
  • Remove some variables unecessarily wrapped in quotes
  • Convert strpos/strtolower to stripos
  • Trashed pages can still be opened when logged in
  • Install.php confusing line
  • phpdoc and cleanup of deprecated $table globals
  • Comment Misspellings
  • Add FunnyOrDie.com oEmbed support
  • Edit media form has get variables in action
  • Better name for “themes_loaded”
  • wp_specialchars() is deprecated. use esc_html()
  • Add the Generator element in feeds through the {rss2|atom|rdf|rss}_head hook
  • redundancy in nicknames dropdown
  • XHTML well-formedness
  • Single function for intermediate image sizes
  • Ellipses for descriptions of actions in progress
  • Random order of Category List in Add/Edit Link
  • Navigation For Already Installed Page
  • Blank submenu entry created when register_taxonomy arg “label” set to false.
  • next_post_link() and previous_post_link() should be allowed in the loop, even if is_single()
  • Admin include file – post.php – doc update and cleanup
  • wp_widget_rss_output with show_summaryshows two ellipses
  • /wp-admin/categories.php needs a edit_category_form_fields hook.
  • Better handling of posts without titles in Bulk Edit
  • Remove unnecessary $posts_per_page global in admin.php
  • Use new $required_mysql_version global in wp-db.php
  • Cleanup in WP native CSS files
  • Update jQuery UI to newest version
  • Remove unused .fade class for admin message bars
  • Show action links after core update
  • Use new $required_php_version global
  • wp-settings.php is missing i18n
  • Wrong preview link for draft/preview on admin post index
  • body_class() creates an invalid class when page template contains a . [full stop]
  • in ms-edit.php, a query could be removed by using the object cache
  • define(‘WP_DEBUG’, false) generates a silent E_NOTICE
  • general-template.php echo/return fixes
  • MS-functions.php whitespaces and functions cleanup
  • Null value passed to apply_filters when get_post_class() is called without parameters.
  • Typo on wp-db.php: @war instead of @var
  • plugins_url() does not correctly detect mu-plugins on Windows
  • Hide bulk actions, item filters, and subpages when no items
  • Missing table cell close tag in ms.php
  • Top corners not rounded on Dashboard Menu
  • Should include default favicon
  • Deprecate get_alloptions()
  • Internally, pass arrays instead of query strings to functions that use wp_parse_args()
  • get_temp_dir() should be more flexible
  • Prepare queries using INSERT/UPDATE should use wpdb::insert() or wpdb::update()
  • New hook to replace the admin color scheme chooser in user-edit.php
  • Thickbox Should Not Close When Clicked Outside Of Window (while uploading)
  • Add more document file type extensions
  • _deprecated() version numbers.
  • Better location for the Categories to Tags converter
  • Support ‘atom_ns’ ‘atom_head’ & ‘atom_entry’ hooks in Atompub backend
  • wp_mkdir_p doesn’t work with safe mode enabled
  • array_merge() Error when Adding Roles via Plugins
  • Update Diff Engine
  • time() is not GMT time()
  • wp:meta_value does not escape correctly
  • Duplicate comment check is too strict
  • wp_crop_image() and image_resize() are inconsistent. Both should return WP_Error objects on error.
  • In Media Library, if file does not have an extension, try to fallback to mime type
  • create metaboxes for hierarchical taxonomies
  • Custom Taxonomy Tags not appearing in admin-new/edit-posts-screen
  • Consider using the PHP ZIP extension to extract Zip’s if available
  • wp_mail fails to send to multiple recipients
  • Fresh look for WP update notification on the top of page
  • Custom Image Size Settings
  • Undefined variable: term in wp-includes/taxonomy.php on line 188
  • wp_clear_scheduled_hook does not work when including an $args parameter
  • Allow closures as callbacks
  • PHP safe-mode prevents WordPress from creating new directories
  • load_textdomain() merges even if not needed.
  • Add get_search_link()
  • Improve do_action(): Make $wp_actions an assoc array.
  • Media library: tooltip of image menu “View” shows name of next post
  • return variable $new_array in wp-includes/wp-db.php is not initialized
  • Importing WXR breaks serialized postmeta value
  • Redirection should be disabled for HEAD requests
  • Meta_key sort for numeric values / Natural Sort Order
  • Improve get_comments()
  • Opt-out of content snuffing for admin ajax
  • QuickPress loading graphic cleanup
  • Deprecate get_profile
  • Update phpass to version 0.2 (check /dev/urandom before accessing it)
  • wp_count_terms() should call get_terms()
  • optimised unzip_file()
  • Make WP_User_Search plugin friendly
  • Standardize hooks across the transient and options APIs
  • Mark user levels as Deprecated
  • XMLRPC references level_8 capability
  • Filter for paginate_links please?
  • Add is_comment_feed()
  • Add *_user_meta() functions
  • OPML import file size limit
  • improve get_page_hierarchy
  • Add replace method to wpdb
  • filesystem’s put_content() methods have inconsistent arguments — causes .maintenance file to not be created
  • Consistent filters for single_*_title()