• After everything thats been done,

    Im still having problems creating sub sites in my network.

    Can somebody tell me how to do this the right way???

Viewing 15 replies - 1 through 15 (of 25 total)
  • I only found 2 posts from you on the issue. Here you say it was working.

    For us to help, you have to give us something more to go on other than, “it’s broke! fix it!” 😉

    GOt a link?

    Thread Starter VannDigital

    (@vdn-staff)

    At the time:

    It was something I forgot to do.

    Until I tried it again then I gave up after that 🙁

    Link: http://vann-digital.com/

    You don’t have wildcard subdomains enabled properly on the server.

    Thread Starter VannDigital

    (@vdn-staff)

    Could you tell me how to do this the right way???

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Not without knowing the details of your server. That’s a SERVER setting, not WordPress. It could be really easy (like make a subdomain in cpanel called * and point it to your /public_html/ folder) or REALLY complicated.

    Call your webhost and ask them.

    Thread Starter VannDigital

    (@vdn-staff)

    I just made a few changes on my own so lets see if it work…

    Thread Starter VannDigital

    (@vdn-staff)

    I give up once again!!!

    Could you tell me how to do this the right way???

    I did. I linked to the codex entry that has very explicit directions on exactly what needs to be done.

    There’s only *one* “right way. Either Apache has it set up or it does not.

    Thread Starter VannDigital

    (@vdn-staff)

    @andrea_r

    This 1:

    http://codex.wordpress.org/Create_A_Network

    ???

    Well maybe its something I aint doing right cause everytime I try this,

    The sub site always become my main site no matter what I do 🙁

    http://codex.wordpress.org/Create_A_Network#Step_2:_Setting_Wildcard_Subdomains

    And you need to describe fully what you’re doing, as you are not giving us any details for us to help you.

    Thread Starter VannDigital

    (@vdn-staff)

    This my settings:

    <VirtualHost 206.214.221.161:80>
    <IfModule concurrent_php.c>
    php4_admin_value open_basedir

    “/home/vanndigi/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp”
    php5_admin_value open_basedir “/home/vanndigi/:/usr/lib/php:/usr/local/lib/php:/tmp”
    </IfModule>
    <IfModule !concurrent_php.c>
    <IfModule mod_php4.c>
    php_admin_value open_basedir

    “/home/vanndigi/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp”
    </IfModule>
    <IfModule mod_php5.c>
    php_admin_value open_basedir “/home/vanndigi/:/usr/lib/php:/usr/local/lib/php:/tmp”
    </IfModule>
    <IfModule sapi_apache2.c>
    php_admin_value open_basedir

    “/home/vanndigi/:/usr/lib/php:/usr/php4/lib/php:/usr/local/lib/php:/usr/local/php4/lib/php:/tmp”
    </IfModule>
    </IfModule>
    <IfModule mod_userdir.c>
    UserDir disabled
    UserDir enabled vanndigi
    </IfModule>
    ServerName vann-digital.com
    ServerAlias http://www.vann-digital.com *.vann-digital.com
    DocumentRoot /home/vanndigi/public_html
    ServerAdmin webmaster@vann-digital.com
    UseCanonicalName Off
    CustomLog /usr/local/apache/domlogs/vann-digital.com combined
    CustomLog /usr/local/apache/domlogs/vann-digital.com-bytes_log “%{%s}t %I .\n%{%s}t %O .”
    ## User vanndigi # Needed for Cpanel::ApacheConf
    <IfModule mod_suphp.c>
    suPHP_UserGroup vanndigi vanndigi
    </IfModule>
    <IfModule !mod_disable_suexec.c>
    SuexecUserGroup vanndigi vanndigi
    </IfModule>
    ScriptAlias /cgi-bin/ /home/vanndigi/public_html/cgi-bin/

    # To customize this VirtualHost use an include file at the following location
    # Include “/usr/local/apache/conf/userdata/std/2/vanndigi/vann-digital.com/*.conf”

    </VirtualHost>

    Now for *.vann-digital.com:

    Tried it with an A name

    Tried it with CNAME

    Tried creating the subdomain myself

    Nothing works.

    Trying creating the subdomain myself again now…

    hello, i have the same problem, but where did you find this document ?
    “virtualhost” exactly ? thank you

    Now for *.vann-digital.com:
    Tried it with an A name
    Tried it with CNAME
    Tried creating the subdomain myself
    Nothing works.

    It’s an A record. Where are you creating it? At the registrar? At your host?

    It definitely has to be there and it may not work immediately. I always put the TTL down as low as I can.

    Then WAIT.

    @blowbackk what host are you on? the doc referenced above is in Apache, on the server itself.

    Thread Starter VannDigital

    (@vdn-staff)

    @blowbackk

    That was my own I put up there.

    @andrea_r

    Im creating the A record at the host and what TTL you suggest???

    I use the average 14400.

    600.

    Set it and wait.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Still Cant Create Sub Sites :(’ is closed to new replies.