• Dear All,

    I have been facing issue with wordpress Multisite

    I am using

    WordPress Version 3.8.1
    Multisite structure: subdomain.domain.com
    OS: centos 6.4
    Server Taken: server Mania
    Panel: Zpanel
    SSH Access: yes

    I have follow all direction as suggested before the WordPress Multisite structure.

    I have not created wildcard DNS zone, I am trying to create sub-directory with * but it is not creating in zpanel. However wordpress didnt show any error related to wildcard DNS

    I am sure that issue with some mod or htaccess

    Thanks in advance

    code is added below

    HTACCESS CODE

    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]

    paste in wp-config

    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'shoppied.in');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    I have not created wildcard DNS zone, I am trying to create sub-directory with * but it is not creating in zpanel. However wordpress didnt show any error related to wildcard DNS

    Zpanel or cpanel?

    You may need to ask your webhost for help

    Thread Starter call2shain

    (@call2shain)

    it is Zpanel, It is un-managed VPS server
    it seems there is no issue with Wildcard otherwise it would reflect error in network setting

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    No, wildcard subdomains are totally separate from WP.

    It’s your server, not WP. It’s failing before it ever gets to WP because it cannot get to WP because it doesn’t exist.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No input file specified in WordPress Multisite-in Subdomain’ is closed to new replies.