• Resolved adetaylor76

    (@adetaylor76)


    Hi All, I’m hoping someone can help me out… I’m getting nowhere fast with setting up a second blog.

    In a nutshell I’ve activated the network, created a second site in wordpress but when I hit the dashboard icon, or editing ‘backend’ for that site I get a page not found error.

    Instructions have been followed from here: http://codex.wordpress.org/Create_A_Network and as my main site has been up for a year I’m trying to set it up as a sub-domain site.

    In step 2.1 I believe I already have this set up as default but am checking in with my hosting providers to make sure wildcard subdomains are set up in apache

    Step 2.2 – Looking at the dns records I think this is in place already as standard.

    Steps 3,4,5 is all done, and worked… BUT…

    When I go into the network page on my wordpress instance and create a new site it all seems OK. The problem then exists when I try and access the dashboard for the second site and it doesn’t exist. Instead it directs me to http://portraits.adetaylor.co.uk/wp-admin/ and I get the page not found.

    I also tried the route of creating an actual sub-domain through plesk. This worked, and I got wordpress up and running but it wasn’t a network site it was a whole new install in that sub-domain folder which is what I’m trying to avoid as I’d like to use the WP network function.

    Has anyone had similar issues?

    Here’s some additional info which might help in the debug:

    • Main site URL adetaylor.co.uk (install location /httpdocs/wp-content)
    • Second site URL.. portraits.adetaylor.co.uk

    Wp-config file:
    define( 'SUNRISE', 'on' );
    define ('WPLANG', '');
    define('WP_ALLOW_MULTISITE', true);
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', true );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'www.adetaylor.co.uk' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );

    Thanks in advance for any help you can give me.

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

    (@adetaylor76)

    Ok, we can close this one down now! After following up with my hosting company they added
    ServerAlias *.adetaylor.co.uk

    to the vhost.conf file and everything’s working now! 2nd site here we come!!

    hi i got exactley a same problem but i can’t find vhost file where is it???? thanks …it’ll be big help

    Thread Starter adetaylor76

    (@adetaylor76)

    not sure…. best to ask the hosting company to do this for you . I didn’t have access to it

    On shared hosts, you will not have access to the httpd.conf file. You can only reach it via ssh.

    (unless your host gives you a GUI of some kind)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can't access 2nd dashboard on new Network installation’ is closed to new replies.