> ## 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.

# Configure redirect settings

> Configure Memberful redirect settings so actions like signing in or completing a purchase send members to a specific page on your site or member website.

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>;
};

You can configure Memberful to redirect members to a URL of your choosing in these scenarios. For example, you can redirect members to a "thank you" page on your website after they complete an order, or send them directly to your "members' area" page after signing in.

In this help article, you'll learn how to set up different types of redirects, including plan-specific redirects, global redirects, and redirects for free registrations or benefits access.

## Set up plan-specific redirects

By default, members are redirected back to the page they were on when they made the purchase. If you'd like to redirect members to a different page after purchase, you can set a redirect URL specific to each plan.

1. Go to *Revenue → Plans → \[Select plan].*
2. From the **After checkout** section, disable the setting *Redirect back to the page the member was on before checkout*.

<Frame>
  <img src="https://mintcdn.com/memberful/XFXzbLESZUIkqp4W/images/settings/configure-redirect-settings/redirect-back-to-previous-page.png?fit=max&auto=format&n=XFXzbLESZUIkqp4W&q=85&s=5d1a64b0370b5d9eded95b562cfebe41" alt="After checkout plan settings" width="1440" height="330" data-path="images/settings/configure-redirect-settings/redirect-back-to-previous-page.png" />
</Frame>

3. Enter a custom redirect URL and save.

<Frame>
  <img src="https://mintcdn.com/memberful/XFXzbLESZUIkqp4W/images/settings/configure-redirect-settings/custom-url.png?fit=max&auto=format&n=XFXzbLESZUIkqp4W&q=85&s=871033ad6c02c50a2ab0fd900138b396" alt="Custom URL" width="1440" height="414" data-path="images/settings/configure-redirect-settings/custom-url.png" />
</Frame>

## Redirect to the benefits and content page

If you've included other benefits like access to a [private podcast](/podcasting/setup/create-a-paid-podcast/) or [Discord server](/community/discord/discord-integrate/) with your plan, you can display a page with buttons linking to those benefits after checkout.

<Frame>
  <img src="https://mintcdn.com/memberful/XFXzbLESZUIkqp4W/images/settings/configure-redirect-settings/show-a-welcome-page.png?fit=max&auto=format&n=XFXzbLESZUIkqp4W&q=85&s=73a64bd821d62a7b9420c101386d8d77" alt="Redirect to the benefits and content page" width="1440" height="330" data-path="images/settings/configure-redirect-settings/show-a-welcome-page.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/memberful/rh_I8e0Vok-s0pFM/images/settings/configure-redirect-settings/example-of-benefits-and-content-page.png?fit=max&auto=format&n=rh_I8e0Vok-s0pFM&q=85&s=455358ded121e51c8c2092210df8f661" alt="Example of the benefits and content page" width="1440" height="670" data-path="images/settings/configure-redirect-settings/example-of-benefits-and-content-page.png" />
</Frame>

## Set up a redirect for free registration

If you've enabled the [free registration setting](/member-management/payments-and-access/give-free-access/#enable-free-registration), you can specify a redirect after signup (such as a thank you page). Go to *Website → Domain and redirects → Custom redirects → After free registration redirect,* and enter your desired redirect URL.

<Frame>
  <img src="https://mintcdn.com/memberful/rh_I8e0Vok-s0pFM/images/settings/configure-redirect-settings/free-registration-redirect.png?fit=max&auto=format&n=rh_I8e0Vok-s0pFM&q=85&s=1ec5297a26f470877d990bf57ca6e302" alt="Free registration redirect" width="1440" height="362" data-path="images/settings/configure-redirect-settings/free-registration-redirect.png" />
</Frame>

## Set up global redirects

To set up custom redirect URLs for members signing in or out through Memberful, go to *Website → Domain and redirects → Custom redirects → After sign in / out redirect URL.* There, you can enter the URLs you'd like to use. For example, you might direct members to a personalized dashboard after they sign in.

<Frame>
  <img src="https://mintcdn.com/memberful/rh_I8e0Vok-s0pFM/images/settings/configure-redirect-settings/global-redirects.png?fit=max&auto=format&n=rh_I8e0Vok-s0pFM&q=85&s=66d525162637db3cddca27ffa7fa1887" alt="Global redirects" width="1440" height="391" data-path="images/settings/configure-redirect-settings/global-redirects.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  Note: The sign in redirect URL only works if you've [integrated Memberful with a WordPress website.](/wordpress-plugin/setup/member-account-links/)
</Callout>

To set a universal post-checkout redirect, go to *Website → Domain and redirects → Custom redirects → After checkout redirect,* and enter your desired URL.

<Frame>
  <img src="https://mintcdn.com/memberful/rh_I8e0Vok-s0pFM/images/settings/configure-redirect-settings/after-checkout-redirect.png?fit=max&auto=format&n=rh_I8e0Vok-s0pFM&q=85&s=aaa93496fb5d20f56ccaa33c7e41887f" alt="After checkout redirect" width="1440" height="205" data-path="images/settings/configure-redirect-settings/after-checkout-redirect.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  Note: Any plan-specific redirect URLs will override this setting. [Learn more](/plans/individual-plans/create-a-plan/#configure-redirect-settings/)
</Callout>

<RelatedDocs
  link1={{
url: "/configuration/branding/branding/",
label: "Customize your branding.",
}}
  link2={{
url: "/plans-and-products/add-a-link-to-buy-a-plan/",
label: "Add a plan purchase link to your site.",
}}
/>
