• Hello,

    My host company is Justhost, After I add a new site to network subdomain of site doesn’t work.

    Here what I did step by step:

    – I bought a new domain name lets say its ab123.com
    – Added that new a.com domain to my old b123.com domain’s public_html folder from CPanel.
    – Installed WordPress manually ro root folder (public_html)
    – Added necessary code in config file included network engine.
    – Created my network, selected subdomain option and added necessary codes to htaccess file and config file.
    – Relogged to panel
    – I can see Super Admin part in Admin panel
    – I went to Websites and added new site test.abc123.com and I can see it in websites. In list its there.
    – I have received e-mail and details.
    Until here everything OK

    My main page works but When I enter to test.abc123.com subdomain site there is not such an address. It looks like didn’t create the subdomain.

    I am sure I didn’t do anything wrong at steps. But It’s not working.

    Also my htaccess file:

    # -FrontPage-
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName b123.com
    AuthUserFile /home/b/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/b/public_html/_vti_pvt/service.grp
    
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]

    How can I fix this issue?

    Regards,
    E.K.

Viewing 15 replies - 16 through 30 (of 31 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    I’ll put it this way. If what you have is NOT working, try the A name.

    i tried to set up a subdomain test.mrcherry.co.uk but it failed i submitted a ticket to just host; this is their reply

    Hi Leon,

    I checked once again your subdomain
    Here is the problem:
    =====================
    whois test.mrcherry.co.uk

    Error for “test.mrcherry.co.uk”.

    This domain cannot be registered because it contravenes the Nominet UK
    naming rules. The reason is:
    the domain name contains too many parts.

    WHOIS lookup made at 03:03:06 13-Jun-2011
    =======================
    Seems according Nominet rules .co.uk domains have own rules for itself
    So, you should create subdomian test.mrcherry.co.uk at your ns.123-reg.co.uk registrar and point it to our IP (as you did with domain name)
    Or you should point the domain to our nameservers. In this case all your subdomains (created on our server) will work properly

    im not sure about this but im goin to try changing my name servers and see what happens, although i cant see why it would break when i worked before ??

    My host said they configured it, but now every subdomain goes to webmail. Did they do something wrong or is there something on my end that might be causing this?

    My CNAME entry points to the root and as far as I know everything is configured ok for the Network.

    Oh, I’m on Plesk 9.5 if that helps.

    They need to switch the order of the wildcard subdomain and the webmail subdomain. yes, it’s their fault.

    also, plesk has some fun issues with wldcard subs.

    to anyone suffering like myself, believe it or not i fixed the problem.

    the .htaccess was corrupted and could not be read

    so i deleted it created a new one and TADA

    hope this helps

    Thanks for the help. My host sent me this:

    I’ve checked, and everything has been set as in the provided link.

    The atmail and horde conf files have been renamed:
    =================================
    [root@dds conf.d]# ls -al
    total 108
    drwxr-xr-x 2 root root 4096 Jun 14 16:24 .
    drwxr-xr-x 4 root root 4096 Nov 7 2007 ..
    -rw-r–r– 1 root root 56 Nov 7 2007 bw.conf
    -rw-r–r– 1 root root 425 Sep 30 2010 fcgid.conf
    -rw-r–r– 1 root root 56 Jun 4 2009 jk.conf
    -rw-r–r– 1 root mailman 688 May 24 2008 mailman.conf
    -rw-r–r– 1 root root 1796 Apr 22 2005 perl.conf
    -rw-r–r– 1 root root 93 Dec 8 2010 php_cgi.conf
    -rw-r–r– 1 root root 674 Aug 12 2010 php.conf
    -rw-r–r– 1 root root 566 Aug 30 2010 proxy_ajp.conf
    -rw-r–r– 1 root root 1671 Jan 6 2007 python.conf
    -rw-r–r– 1 root root 392 Aug 30 2010 README
    -rw-r–r– 1 root root 9677 Aug 30 2010 ssl.conf
    -rw-r–r– 1 root root 352 Jan 8 2007 webalizer.conf
    -rw-r–r– 1 root root 299 Aug 30 2010 welcome.conf
    -rw-r–r– 1 root root 2896 Mar 15 18:49 zz001_atmail_vhost.conf
    -rw-r–r– 1 root root 2585 Mar 15 18:49 zz002_horde_vhost.conf
    -rw-r–r– 1 root root 6906 Jun 13 15:55 zz010_psa_httpd.conf
    =================================

    The vhost.conf file has been created:
    =================================
    [root@dds conf.d]# cat /var/www/vhosts/wearecitizenradio.com/conf/vhost.conf
    ServerAlias *.wearecitizenradio.com

    AllowOverride FileInfo Options
    php_admin_flag safe_mode off

    =================================

    The wildcard CNAME entry has been added to the DNS zone:
    =================================
    [root@dds conf.d]# dig *.wearecitizenradio.com

    ; DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 *.wearecitizenradio.com
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER

    It looks like they did everything right to me, yet I’m still getting the Webmail interface when I try to load my subdomain site. What could I/they be missing?

    I had sent that to them and as far as I can tell they followed those instructions, though I/they might’ve missed something. I can’t tell what though.

    i am having a similar problem. i used the same steps as described, and i’ve checked into the suggestions made, including setting up the *.domain.com wildcard. [i have NOT spoken with host because the features required are standard with HostGator]

    when i go to the subdomain, i see the directory listing. there are no wordpress files in it or the blog.dir at all. the main domain is working (www.angelkyodowilliams.com)

    i’m using:
    HostGator as host
    cPanel
    domain: angelkyodowilliams.com
    subdomains: gallery/author (both having same problem
    used Fantastico to install WP which installed it at /public_html/ level of angelkyodowilliams.com then the subdirectories were created by the call to setup additional sites

    i’ve tried everything i can think of and can’t get it to work.

    as a bonus, if anyone has any hints about getting different StudioPress child themes to show up for each subsite as appropriate, i’d appreciate it a great deal.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Given that https://whatever.angelkyodowilliams.com/ correctly points to https://angelkyodowilliams.com/wp-signup.php?new=whatever you actually set it up fine.

    What’s wrong?

    (Remember – There is no PHYSICAL folder for your subdomain built by wordpress. No public_html/whatever/ folder. You WILL get a blogs.dir/#/files folder, but not till you upload an image.)

    when i go to one actual subsites set up, that is not the page i get. i see the contents of the directory: https://gallery.angelkyodowilliams.com/

    and if i try to enter that site’s dashboard from within the Site Admin, i get: https://gallery.angelkyodowilliams.com/wp-admin/

    oddly, the second subsite at: https://author.angelkyodowilliams.com/
    DOES show up. i don’t know why there is a difference between them.

    i see the contents of the directory

    then you have a physical folder on the server. remove it.

    yes, i found that, thank you.

    but i removed it, deleted the subsite from within the admin area, and tried to re-create the site, but it doesn’t show up. i get similar errors. but only for the sub-name i had before “gallery”

    i’m also now receiving a “you used your space quota” message on a subsite even though have less than 60 posts/pages.

Viewing 15 replies - 16 through 30 (of 31 total)
  • The topic ‘Multisite subdomain doesn't work after i add new’ is closed to new replies.