• exiria

    (@exiria)


    Dear All,

    MY REQUIREMENTS :

    I have 2 Domain at Same Server Domain ( https://androidappsapkdownload.com ) and Path at Server is / (root )

    And Second Domain ( https://apkfilestorage.com ) And Path at Same server is in SubFolder in Root : /apkfilestorage/dwn

    When i POST some content to Main(/) domain ie. https://androidappsapkdownload.com

    It also shows in Second Domain. So both Domain Uses SAME DATABASE.

    If i have Post with URL :
    https://androidappsapkdownload.com/android-apps-apk

    than this must be call from second domain with same Path :

    https://apkfilestorage.com/android-apps-apk

    For this What i have done is : Install and Configure Complete website at my MAIN(AndroidAppsApkDownload.com) Domain after that i have setup a second WordPress installation on domain : apkfilestorage.com after that i have copy all my theme,upload and Plugins folder to Second Domain path ie in /apkfilestorage/dwn

    Now when i call HOME PAGE OF BOTH DOMAIN it works perfectly. Both Domain Shows SAME POST and CONTENT. But when i click any page or POST in second Domain it SHOWS ME 500 Internal Server Error.

    So none of the Inner Path of PAGE or POST is Working in Second Domain.

    I Think there might be issue with .htaccess..

    I Have Try More than 40 test and try as per online solution BUT same issue…

    SO PLZ HELP ME….. VISIT my Both DOMAIN and CLICK SOME OF THE POST URL to UNDERSTAND THE ISSUE. MY ENGLISH IS VERY BAD >>> so sorry for that…

    THANKS IN ADVANCE.. HOPE SOME SOLUTION MIGHT BE THERE…

Viewing 1 replies (of 1 total)
  • Thread Starter exiria

    (@exiria)

    My Wp-Config For Both Domain are as Under :

    androidappsapkdownload.com CONFIG :

    define(‘COOKIE_DOMAIN’, ‘androidappsapkdownload.com’); //
    $table_prefix = ‘wp_’;

    apkfilestorage.com CONFIG :

    $table_prefix = ‘wp_’;
    define(‘CUSTOM_CAPABILITIES_PREFIX’, ‘wp_’);
    define(‘CUSTOM_USER_TABLE’, ‘wp_users’);
    define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);
    define(‘COOKIE_DOMAIN’, ‘androidappsapkdownload.com’);
    define(‘ADMIN_COOKIE_PATH’, ‘/’);
    define(‘COOKIEPATH’, ‘/’);
    define(‘SITECOOKIEPATH’, ‘/’);

    define(‘WP_HOME’,’https://apkfilestorage.com/dwn’);
    define(‘WP_SITEURL’,’https://apkfilestorage.com/dwn’);

    So i am not getting where is the Problem. HTACCESS or SOME PERMISSION IN CONFIG ???

    waiting for some solution….

Viewing 1 replies (of 1 total)
  • The topic ‘Configure 2 WordPress Using Single DB and Share All Data to each one.’ is closed to new replies.