• Hi all, its my first time in here, if anyone is able to help I’d be most greatful. I’ve read through the docs and searched, but have something not quite right in my new set up.

    OK, brief explanation – I’m running WP 3.3.1 on a Godaddy hosted windows server.
    I’ve added the multisite set up line to wp-config.php
    Disabled all plugins.

    added the extra code generated to wp-config and re-uploaded.

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, true );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘themall.asia’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    /* That’s all, stop editing! Happy blogging. */

    added a new folder called “blogs” to main domain (also added to sub-domain as wasn’t sure) CHmod is set to 755 for both
    created new .htaccess

    inserted:

    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]

    uploaded 2 copies of these (again not sure 1-> main domain 1-> sub-domain

    loggedout/loggedin

    Networked appeared in tools

    added a new site xxx.xxx.com subdomain

    loggedout/loggedin again

    New site appeared

    but now… if I go to dashboard for my new sub.domain multisite instead of it showing me the dashboard (main site still works)

    it just redirects to xxx.xxx.com/wp-admin/ where it displays the original test index.php that is at the top level of the sub domain directory.

    guessing its 1 little configuration somewhere that someone with more experience can identify easily

    Thanks in advance – Regards Tony

    PS ive also checked in the database and the extra fields; sites etc all appear in DB

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ifandesign

    (@ifandesign)

    eventually found my own answer I think – despite having deluxe hosting with GoDaddy its on a shared IP address instead of a dedicated IP (extra $12/month) and the shared IP doesnt allow wildcard subdomains – herein lies the problem I guess unless any other experieneced users can shed any other light.
    Would only be possible with sub directories and that defeats the object of what we were trying to do.

    Regards Tony

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Supposedly you can make manual subdomains via GoDaddy, but I’ve heard it was hit or miss for some people.

    Thread Starter ifandesign

    (@ifandesign)

    Hi there Ipstenu, I have the godaddy site sub domain set up and working already, I think the issue is them not allowing wildcard subdomains on shared hosting (even though its deluxe) would have to be a dedicated IP hosting.

    If I did an extra install of Word-press Standard (not multi-site) on the sub-domain, and pointed this to the original database would this still work? I have the theme (+mods) and all plugins stored locally which I can up via ftp no problems – obviously I’d have to manually configure each WP to the same set up but can they work from 1 master database or will i need 1 DB for each?

    Basically what i want to achieve is main site is targeted Nationwide, sub-domains will have mostly the same content but also city specific content i.e. country.com is main site, city1.country.com city2.country.com etc I want to use the sub domain method instead of sub directory for SEO reasons as Google will index the sub domains separately from the main domain, thus I can optimize index pages city specific as well.

    I think multi-site would be perfect for this if it wasn’t for this wildcard sub-domain issue

    Regards Tony

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Wildcard just makes it easier. You can use Multisite with manually mapped subdomains. If you make foobar.domain.com and point it to /public_html/ it should work just fine with Multisite.

    but now… if I go to dashboard for my new sub.domain multisite instead of it showing me the dashboard (main site still works)

    it just redirects to xxx.xxx.com/wp-admin/ where it displays the original test index.php that is at the top level of the sub domain directory.

    See that’s wrong. There shouldn’t actually be a subdomain directory. What I’m saying is, when you make the subdomain, DO NOT give it a subdirectory. Point it one level up to where WP is installed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘New Multisite install on sub domain – no dashboard’ is closed to new replies.