Title: How to remove multisite?
Last modified: August 31, 2016

---

# How to remove multisite?

 *  [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/)
 * I did multisite to my blog a few years ago and I cant figure out what I did. 
   I want to remove it,
 * I found the .htaccess file and wp-config.php
 * I removed what I read to remove and it does not work.
    [https://premium.wpmudev.org/blog/uninstall-multisite/](https://premium.wpmudev.org/blog/uninstall-multisite/)
 * At one point it removed my ability to do any new blog posts. I could just see
   my blog, but do nothing to it. So I put it all back and it works again.
 * Im at a loss what to do.
 * Im more of a beginner with code. I know some things but I don’t do it enough 
   to remember them later.
 * Thank you in advance 🙂

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Michael v.d. Berg](https://wordpress.org/support/users/michaelvdberg/)
 * (@michaelvdberg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046279)
 * Have a look at this topic. Maybe it will help you out [https://wordpress.org/support/topic/detailed-documentation-downgrade-multisite-to-regular-wordpress?replies=17](https://wordpress.org/support/topic/detailed-documentation-downgrade-multisite-to-regular-wordpress?replies=17)
 * **Before you change something, make a back-up of your site and database!**
 *  Thread Starter [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046319)
 * Thank you for the reply. I don’t know that the link helped me, but it did show
   me that maybe I should post my codes and maybe that would shed some light into
   my problem.
 *  My wp-config.php looks like this:
 * [removed]
 * And my .htaccess looks like this:
 * > RewriteEngine off
   >  <IfModule mod_suphp.c> suPHP_ConfigPath /home/gwenna/public_html/
   > php.ini <Files php.ini> order allow,deny deny from all </Files> </IfModule>
   > RewriteEngine off <IfModule mod_suphp.c> suPHP_ConfigPath /home/gwenna/public_html/
   > php.ini <Files php.ini> order allow,deny deny from all </Files> </IfModule>
   > RewriteEngine off <IfModule mod_suphp.c> suPHP_ConfigPath /home/gwenna/public_html/
   > php.ini <Files php.ini> order allow,deny deny from all </Files> </IfModule>
   > # BEGIN WordPress
   >  <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / 
   > RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule./
   > index.php [L] </IfModule>
   > # END WordPress
   > # Google Analytics Integration – Added by cPanel.
   >  <IfModule mod_substitute.
   > c> AddOutputFilterByType SUBSTITUTE text/html Substitute “s|(<script src=’/
   > google_analytics_auto.js’></script>)?</head>|<script src=’/google_analytics_auto.
   > js’></script></head>|i” </IfModule> # END Google Analytics Integration
 * 🙂
 * Is something off in these codes that would make it not work to follow the remove
   multisite instructions?
 *  Thread Starter [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046320)
 * I was running on Genesis Framework, with a child theme. I disabled it since it
   was on the network. I’m also hosted with Hostgator
 *  [Michael v.d. Berg](https://wordpress.org/support/users/michaelvdberg/)
 * (@michaelvdberg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046394)
 * I recommend you to **delete your code **like keys in your wp-config file in your
   post. This can be used to acces your database **(tip)**.
 * Maybe you can use this guide? [http://www.owingmoneysucks.com/2008/11/28/how-to-reinstall-wordpress-safely/](http://www.owingmoneysucks.com/2008/11/28/how-to-reinstall-wordpress-safely/)
 * Otherwise, if you didn’t resolved this, I will help you to install a new WordPress
   website at your server. (Maybe you have to setup all new settings).
 *  Thread Starter [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046526)
 * I did not realize you had commented, I am sorry I never responded. I went to 
   a developer and he could not figure it out. IN fact he just disappeared.. I can’t
   get a hold of him. Which is strange been a few weeks. He suggested reinstalling
   wordpress, but I’m unsure how to do this.
 *  Thread Starter [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046527)
 * I think a complete fresh start but with all my content would probably fix the
   problem as it seems it’s a weird one.
 *  [Michael v.d. Berg](https://wordpress.org/support/users/michaelvdberg/)
 * (@michaelvdberg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046537)
 * Yes the only option is to upload the full core files of WordPress to your server
   without the wp-config.php file. If this doesn’t help, you have to reinstall WordPress
   on your server. You can export your files in your Dashboard menu. You will find
   this option (I am not sure) under “Extra” and then go to export.
 * I hope this will help you 🙂
 *  Thread Starter [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046542)
 * Thank you. I’ll let you know if it works.
    Might take me time to get to it. But
   when I do I’ll Post back here if it worked. 🙂
 *  Thread Starter [SarahSimplyMe](https://wordpress.org/support/users/sarahsimplyme/)
 * (@sarahsimplyme)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046543)
 * If I delete wordpress and reinstall it. Will I lose all my pictures? I did the
   backup on my wordpress dashboard, but in the cpanel that’s where my pictures 
   are (at least that’s what I’m understanding anyways).. I sure with that developer
   didn’t bow out on me!
 *  [Michael v.d. Berg](https://wordpress.org/support/users/michaelvdberg/)
 * (@michaelvdberg)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046544)
 * Yes that’s possible that you lost all your photos. I recommend you to create 
   a backup in you DirectAdmin or CPanel. You can also create a back-up with FileZilla.
   But when you are using FileZilla, you have to back-up also your database.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘How to remove multisite?’ is closed to new replies.

## Tags

 * [remove multisite](https://wordpress.org/support/topic-tag/remove-multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 10 replies
 * 2 participants
 * Last reply from: [Michael v.d. Berg](https://wordpress.org/support/users/michaelvdberg/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/how-to-remove-multisite/#post-7046544)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
