Actually last night i made decision to make my wordpress website a multisite so that i could assign different sections "niche" as different blogs controlled by different admins to the particular niche. I did following : [ I ] Setting Up A Wilcard Subdomain in CPanel on HostGator 1) Go to Domains >> Subdomains2) Put an asterisk * (Shift+8) in the “Subdomain” box and then choose the domain you are working with3) The document root will be created automatically but it may be inaccurate if you are working with an add-on domain. Essentially you want to point it to the folder that contains your wp-config.php file. Use a “server” path, not a “web” path.4) Click the “Create” button.[ 2 ] Turn on Multsite in wp-config.php Add the following in wp-config.php above happy blogging lines: /* Multisite */ define('WP_ALLOW_MULTISITE', true);[ 3 ] Network Setup under the Tools menu Add the new “define” statements to wp-config.php Add the new “rules” to .htaccess Now i can see only sub domain options for creating new site on network. As the blog is older and may have problem with permanent links BUT this also dint worked when i create new site in network for example : abc.OnlineTutorialGroup.com it does not opens up .. giving error message server not found. Currently i thought to change back to normal single wp site i restored the wp-config.php and .htaccess files but my site links are not restored Now it moved to /blog example: http://www.onlinetutorialgroup.com/blog/2013/06/16/how-to-start-a-blog-and-make-money-online-without-investment/ I want to make it correct ... want to make perfect network blog but in sub-dir option please help...