Enable Multisite for wordpress

Enable Multisite for wordpress

To enable multisite support in wordpress do the following steps:

 

(1)Go to hsphere user's home directory and find the related folder for wordpress in which wp-config.php file exists.

(2)Edit wp-cofnig.php file and at end of file add below mentioned two lines:

/* Multisite */
define( 'WP_ALLOW_MULTISITE', true );

(3)Save wp-config.php file and open wordpress admin panel.

(4)You will find Network setup option under Tools in wordpress admin.You will have to disable all plugins before you activate network.Once the network is created, you may reactivate your plugins.
    • Related Articles

    • WordPress

      WordPress     Install Linux: wget --no-check-certificate http://wordpress.org/latest.tar.gz Then unzip the package tar -xzvf latest.tar.gz The WordPress package will extract into a folder called wordpress in the same directory that you downloaded. ...
    • Integrate Cartika CDN with Wordpress

      How can you integrate CDN with Wordpress? Installation Of CDN Plugin Login to the Wordpress Admin Panel. Navigate to Plugin page then click on Add New. Insert W3 Total Cache into the search field. Install W3 Total Cache and activate it. Migrate ...
    • Enable GZip compression using easyapache whm/cpanel

      GZIP You can easily speed up your WordPress, Joomla, Drupal install by enabling Gzip via EasyApache. EasyApache is an easy way to enable Gzip compression and will bring your PHP script loading times down.  Google Page Speed takes account of Gzip ...
    • Migrating WordPress

      Make a full WordPress Transfer A WordPress migration from one hosting provider to another is an easy task if performed properly. Basically, to make a WordPress migration from one host to another consists of three parts - moving the files, moving the ...
    • Permission issues in wordpress

      If there is a permissions error in a wordpress install it's possible the php version is libphp. libphp requires 777 permissions everywhere and that's very insecure. If the version is libphp under hsphere change it to fastcgi which is more secure and ...