> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# WordPress hosting providers

> Pick a WordPress hosting provider that works well with the Memberful plugin. See recommended managed hosts and what to look for in a membership site host.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

Reliable WordPress managed hosting is key to maintaining a secure, high-performing site. It minimizes technical issues and ensures members always have access to your content.

In this help article, we'll explore WordPress hosting providers that work well with Memberful.

## Choose a hosting provider

**If you care about high-touch, human support:**

* [BigScoots](https://www.bigscoots.com/memberful/) 🏅 *Trusted partner*
* [Deep Roots Hosting](https://dprts.link/memberful)

**Other options:**

* [Flywheel](https://getflywheel.com)
* [Rocket](https://rocket.net/)
* [SiteGround](https://www.siteground.com/wordpress-hosting.htm)
* [WP Engine](https://wpengine.com)

<Callout icon="triangle-alert" color="#FFE044">
  Bluehost, GoDaddy, Dreamhost, and EasyWP by Namecheap are not compatible with Memberful. Contact us if you need help choosing another hosting provider.
</Callout>

## Add a custom cache exception

We sign members in at a custom URL. Some hosting providers will ignore cookies set by our custom URL so that we won't sign members in. [Learn more about adding a custom cache exception for Memberful.](https://memberful.com/docs/wordpress-plugin/troubleshooting/wordpress-troubleshooting#my-members-can%E2%80%99t-access-my-protected-content)

## Install an SSL certificate (recommended)

After you choose a WordPress host, [we strongly recommend enabling SSL](/wordpress-plugin/setup/enable-ssl/) on your WordPress website. All of our recommended hosting providers have easy installation and support for SSL.

<RelatedDocs
  link1={{
url: "/wordpress-plugin/troubleshooting/theme-and-plugin-compatibility/",
label: "Choose a great WordPress theme to use with Memberful.",
}}
  link2={{
url: "/wordpress-plugin/setup/install-the-memberful-plugin/",
label: "Install the Memberful WordPress plugin.",
}}
  link3={{
url: "/overview/setup-guides/wordpress-membership-site/",
label: "Build a WordPress membership site.",
}}
/>
