• I have WordPress multisites.It is for free website creating directory.But sub domain does not work.i aspect ****.mysite.com but this is not working.

    My config.php
    =============

    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', true);
    define('DOMAIN_CURRENT_SITE', 'www.fearth.us');
    define('PATH_CURRENT_SITE', '/');
    define('SITE_ID_CURRENT_SITE', 1);
    define('BLOG_ID_CURRENT_SITE', 1);

    My 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]

    what’s the problem.
    Please suggest me.

Viewing 10 replies - 1 through 10 (of 10 total)
  • What error do you get, when you go to your subdomain? Does it redirect you to your main page (mysite.com)?

    In your wp-config.php file,you must also have this line:

    define( 'WP_ALLOW_MULTISITE', true );

    Just add this line also. I guess it should work.

    Thread Starter WC Master

    (@wc-master)

    this line is also define
    define( ‘WP_ALLOW_MULTISITE’, true );

    but not yet.

    I want my site wordpress.com

    Thread Starter WC Master

    (@wc-master)

    I want a automatic system for subdomain .Public can create sign my site and create a website.WordPress automatic create subdomain with wanted name.same as wordpress.com

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    What error do you get, when you go to your subdomain? Does it redirect you to your main page (mysite.com)?

    Please answer that ??

    Thread Starter WC Master

    (@wc-master)

    this sub domain does not load.i want my site as free website creating system as (wordpress.com)what c-panel option i need add?
    https://www.fearth.us

    user sign from my website page and automatic add this wanted subdomain in my c-panel.Please suggest me.

    Thanks All.

    this sub domain does not load

    That’s not a WordPress error ??

    You need to contact your hosting provider and see what’s going on. I’m getting no response at all from your domain.

    pnommensen:~# ping www.fearth.us
    ping: unknown host www.fearth.us

    Do you create subdomain *.domain.com? (If use cpanel)

    Thread Starter WC Master

    (@wc-master)

    What can i for it.What c-panel option needed active.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    WC Master – You need to go into cpanel and click on SUBDOMAINS.

    In there, create a subdomain with a value of * (yes * )

    If that doesn’t work, contact your host and ask them this: “How do I create wildcard subdomains?”

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Sub Domain Does not Work.’ is closed to new replies.