• Resolved danielwerner

    (@danielwerner)


    Hi,

    Please help, I’m getting gray hairs over here.

    I’m trying to install a fresh install of WordPress multiuser. I’ve done the following:

    1. Installed wordpress (plus databases etc). It’s located on public_html/multiuser (as an example).
    2. Added the multiuser-true-part in the config.php.
    3. Added a wildcard subdomain via cpanel. It says *.multiuser.com and points to public_html/multiuser, the same path as where the config.php is located. When I check dns records in cpanel there is a wildcard dns setup there, which points to my webhosts server.

    BUT! When I login into the wordpress installation, and click network settings, choose subdomains and then clicking install, that’s where it all goes bad. I get the an error message saying that my joker-dns probably wasn’t setup right since wordpress tried to create a test-subdomain and got a “could not resolve”-error.

    This error only comes once, if I click on network configuration again I get another warning saying that wordpress already found an existing network.

    I tried going through with everything, including adding the stuff into .htaccess and config.php, but when I try to add a new site via the register-button, the install says everything was finished, and I get a welcome-email, but nothing was created and I get a “page not found” when trying to access the recently created site (for example testblog.multiuser.com).

    PLEASE help, I don’t know what I’m missing. I’ve read the codexes on www.remarpro.com several times.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter danielwerner

    (@danielwerner)

    This is what my DNS record (via cpanel) looks like:

    multiuser.com. 14400 IN A *server IP*
    localhost.multiuser.com. 14400 IN A 127.0.0.1
    mail.multiuser.com. 14400 IN CNAME multiuser.com
    https://www.multiuser.com. 14400 IN CNAME multiuser.com
    https://ftp.multiuser.com. 14400 IN CNAME multiuser.com
    webdisk.multiuser.com. 14400 IN A *server IP*
    multiuser.com. 14400 IN TXT *a bunch of different parameters*
    *.multiuser.com. 14400 IN A *server IP*
    webdisk.*.multiuser.com. 14400 IN A *server IP*

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Is WP installed in a subfolder? Because that won’t work with what you’re trying to do, unless you use WP 3.5 and allow the main site to be example.com (and not example.com/wordpress)

    Thread Starter danielwerner

    (@danielwerner)

    Yep, it’s installed in a subfolder on the ftp (I mean, it’s not the root), but not on the domain. Won’t that work? Because I’ve managed to get it to work before, I just reinstalled because I needed to update everything (I figured it was easier to just reinstall).

    I use WP 3.4.2 and the site is it’s own domain, just https://multiuser.com (as an example).

    Will that work in 3.5 you mean? It should be here soon, so I can hang on a few days?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Yep, it’s installed in a subfolder on the ftp (I mean, it’s not the root), but not on the domain.

    Depends. If the root of your domain is the multiuser folder, you should be okay. If you mean you did the ‘Giving WordPress it’s own directory’ then you have to wait for 3.5 ??

    Thread Starter danielwerner

    (@danielwerner)

    It works now. I contacted my host, apparently the wildcard dns zone-file was corrupt. Weird.

    Thanks though! Hope this helps anyone else with the same issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Don't understand! Error with wildcard dns?’ is closed to new replies.