Title: Sub Domain Does not Work.
Last modified: August 21, 2016

---

# Sub Domain Does not Work.

 *  [WC Master](https://wordpress.org/support/users/wc-master/)
 * (@wc-master)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/)
 * 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)

 *  [Stanley Fox](https://wordpress.org/support/users/stanley-fox/)
 * (@stanley-fox)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496883)
 * What error do you get, when you go to your subdomain? Does it redirect you to
   your main page (mysite.com)?
 *  [iamharish15](https://wordpress.org/support/users/iamharish15/)
 * (@iamharish15)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496889)
 * 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](https://wordpress.org/support/users/wc-master/)
 * (@wc-master)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496891)
 * this line is also define
    define( ‘WP_ALLOW_MULTISITE’, true );
 * but not yet.
 * I want my site wordpress.com
 *  Thread Starter [WC Master](https://wordpress.org/support/users/wc-master/)
 * (@wc-master)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496892)
 * 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)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496936)
 * > 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](https://wordpress.org/support/users/wc-master/)
 * (@wc-master)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496952)
 * 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?
    [http://www.fearth.us](http://www.fearth.us)
 * user sign from my website page and automatic add this wanted subdomain in my 
   c-panel.Please suggest me.
 * Thanks All.
 *  [Pat Victor](https://wordpress.org/support/users/instovo/)
 * (@instovo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496955)
 * > 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
       ```
   
 *  [manlivo](https://wordpress.org/support/users/manlivo/)
 * (@manlivo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496956)
 * Do you create subdomain *.domain.com? (If use cpanel)
 *  Thread Starter [WC Master](https://wordpress.org/support/users/wc-master/)
 * (@wc-master)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496959)
 * What can i for it.What c-panel option needed active.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496964)
 * 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.

## Tags

 * [subdomain](https://wordpress.org/support/topic-tag/subdomain/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 10 replies
 * 6 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/sub-domain-does-not-work/#post-4496964)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
