• My question is, can I use addone domain for my sites?
    For example, my domain is website1.com, but I want to set up a dedicated domain like website2.com
    Does this plugin provide the same functionality?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Wombat Plugins

    (@maartenbelmans)

    Hi @k1mz

    The plugin allows you to point website2.com to any page (or group of pages) on website1.com.

    Thread Starter keivan mahnazadeh

    (@k1mz)

    tnx @maartenbelmans
    Is there a limit to the number of domains we can create?

    Plugin Author Wombat Plugins

    (@maartenbelmans)

    There is no limit imposed by us at this time.

    Thread Starter keivan mahnazadeh

    (@k1mz)

    To create new sites, whether they are subdomains or dedicated domains, can a dedicated database be created for each site?

    Plugin Author Wombat Plugins

    (@maartenbelmans)

    Hi @k1mz

    If you want a dedicated database per domain, it sounds like you want a Multi-site setup instead.

    Thread Starter keivan mahnazadeh

    (@k1mz)

    Can I specify a separate database in wp-config.php so that each site uses the same database?

    if (isset($_SERVER[‘HTTP_HOST’])) {
    switch ($_SERVER[‘HTTP_HOST’]) {
    case ‘Web1.com’:
    define(‘DB_NAME’, ‘db_Web1.com’);
    break;
    case ‘Web2.com’:
    define(‘DB_NAME’, ‘db_Web2.com’);
    break;
    case ‘Web3.com’:
    define(‘DB_NAME’, ‘db_Web3.com’);
    break;
    default:
    define(‘DB_NAME’, ‘db_default’); // Default database
    break;
    }
    }

    Plugin Author Wombat Plugins

    (@maartenbelmans)

    Hi @k1mz

    No that is not possible. In fact, I don’t think there’s a plugin out there that does this. Maybe it exists on the server level, I am not sure.

    Thread Starter keivan mahnazadeh

    (@k1mz)

    I asked the AI and it gave me a solution:
    First, I activate Multi WordPress,
    then I install your plugin,
    and before creating the domain, I put the code I sent into the wp_config file.
    Have you ever tried and tested this method?

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this review.