Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter unitionadmin

    (@unitionadmin)

    As reported from our host the use of wildcard the only option, we have used that technique and created a wildcard which created with creation of new subsite.project as “testwp3.domain.org” but the page returned error for DASHBOARD and VIEW SITE
    *.domain at public_html for url as “/_wildcard_.theunition.org”

    Thread Starter unitionadmin

    (@unitionadmin)

    Config File at wp-config.php

    define( ‘WP_ALLOW_MULTISITE’, true ); // MultiSite Setup Config
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, true);
    define(‘DOMAIN_CURRENT_SITE’, ‘theunition.org’);
    define(‘PATH_CURRENT_SITE’, ‘/’);
    define(‘SITE_ID_CURRENT_SITE’, 1);
    define(‘BLOG_ID_CURRENT_SITE’, 1);

    Rewrite Rule .htaccess Page

    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]

    Our site is setup at with url: https://domain.com whereas the path of domain setup is “public_html/domain/project”

    As we are using the multisite with subdomain setup

      define(‘SUBDOMAIN_INSTALL’, true);

    for network and not the folder option, the subdomain is added to the Network config (updated network done) but returns the folder with error 404 “https://sub.domain.org/wp-admin/”

    Don’t know what is that causing problem. Our testing technique has been broadly referred in the first instance of ticket.

    We would be please to provide the admin credential to take up the issue and its resolution if you need to check the issue as reported earlier.

    As it is a working production stage we shall activate it for checksum.
    Please PM us and we shall send to the login details with user credential

    Thread Starter unitionadmin

    (@unitionadmin)

    Hello

    We have gone thru your reply and it is very much unsure that where actually the topic is reportable.

    Post your question in the appropriate forum, but don’t worry if you’re unsure about which one to use, we’ll help you regardless, and may even move it to the right forum for you if there’s a better place for it. Feel free to make a new topic, even though your issue might appear similar to other topics, most sites are unique and it’s rarely the same issue.

    However, it mentioned within the said reply from you as well that in case of unsure them regardless you will appropriate to the right forum.

    May please be considerate and appropriate to said forum

    Thread Starter unitionadmin

    (@unitionadmin)

    hello yeisonbp

    No, Its directly related to the WordPress Multi Site installation error arised when an addition is made to the subiste under the primary WPMU site the config return failure.

    Desperately awaiting but no one has replied yet.

    Hope some one takes note of it and provide help

    Thread Starter unitionadmin

    (@unitionadmin)

    The above testwporg is off for the time being for security reason

    Any one please to support may hint for it.

    As it is a working production stage we shall activate it for checksum.
    Please PM us and we shall send to the login details with user credential

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