• Resolved tatsavit

    (@tatsavit)


    Hello All,
    I am using latest WP version with latest woocommerce with theme flatsome latest version.

    My Set up:

    1 dedicated IP – under set up multisite in subdomain type.
    All of the sites are e-commerce and 2 more to add. So only 5 sites under the IP & Multisite.
    Using domain mapping. All working fine.

    Need help to decide “Do I NEED WILD CARD SSL” or normal SSL (but without browser warning)

    main site: mainsite.com
    sub-site1: subsite1.mainsite.com point to subsite1.com
    subsite2: subsite2.mainsite.com point to subsite2.com
    SubSite 3 & 4 will be added in another 3 month, however before we need ssl to work on all since:
    We are using paypal pro which needs SSL at checkout.

    Need guidance on buying SSL which one is best / required / recommended.

    Any changes required above set up? from subdomain to sub directory / etc.

    No browser warning we want, if SSL say MyCompanySites on all 3 / 5 is fine but shouldn’t give warning / errors.

    I tried to follow few support helps to use some tweaks but crashed my site, i had to do all again.

    Looking to hear from you.
    Thanks
    TATs

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator James Huff

    (@macmanx)

    I recommend asking at https://wordpress.org/support/plugin/woocommerce#postform so the plugin’s developers and support community can help you with this.

    Thread Starter tatsavit

    (@tatsavit)

    Thanks James, Please guide me about the situation now.
    Server SETUP:
    Godaddy VPS
    Dedicated IP
    Manual WP Install & Multisite Enabled
    Domain Mapping Plug in : Subdomain based multisite.
    maindomain.com (with *.maindomain.com in subdomain created in cpanel)
    SSL is issued (wildcard from alpha ssl $42) as *.maindomain.com.
    himadam.maindomain.com pointing to himadam.com (sub site example)
    hellosir.maindomain.com pointing to hellosir.com (sub site example)
    Woocommerce in all 3
    AND working fine. Picture perfect.

    NEED HELP:
    Now installed wildcard subdomain as stated above on maindomain.com
    used https plug in & simple ssl
    – simple ssl works on subdomains but mapped domain page shows security warning.
    – https if enabled gives no ssl url at all.

    If used only .htaccess and wp-config tweak site breaks, no domain comes and error is ERR-Too-Many-Redirects

    Need simple help to put the wildcard to work properly. PLEASE HELP.
    FYI:
    WP-Config:

    */
    define('WP_DEBUG', false);
    /* Multisite */
    define( 'WP_ALLOW_MULTISITE', true );
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'fishingkitesetc.com');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);
    /* That's all, stop editing! Happy blogging. */
    /** Absolute path to the WordPress directory. */
    if ( !defined('ABSPATH') )
    	define('ABSPATH', dirname(__FILE__) . '/');
    /** Sets up WordPress vars and included files. */
    define( 'SUNRISE', 'on' );
    require_once(ABSPATH . 'wp-settings.php');

    htaccess:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    I am feeling i have road block now ahead me. PLEASE HELP. Thanks in advance.
    Vassi

    Moderator James Huff

    (@macmanx)

    The folks who know WooCommerce better will help you in your new thread over at https://wordpress.org/support/topic/woocommerce-wildcard-subdomain-ssl-wordpress-multisite-godaddy-vps

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

The topic ‘Multisite with woocommerce as sub domain based, need guidance on SSL’ is closed to new replies.