Forums

WPMU subdomains not working - any httpd.conf hints? (3 posts)

  1. jmellicker
    Member
    Posted 5 months ago #

    On a fresh WPMU install, if I choose subdirectories, everything works perfectly.

    But, because I'd like to domain map some blogs later, when I install with subdomains, I get a Page Load Error when trying to visit a subdomain.

    This is not a WPMU problem, (probably httpd.conf), but thought this info would help others with the same problem.

    My experiments have all failed. We have a dedicated server, so I can do anything to it.

    Thanks so much for any hints, leads, tips, or links.

  2. jmellicker
    Member
    Posted 5 months ago #

    Here is the VirtualHost section of my httpd.conf file:

    <VirtualHost 67.19.54.132:80>
        ServerName dvcreators.tv
        ServerAlias http://www.dvcreators.tv
        ServerAlias *.dvcreators.tv
        ServerAdmin webmaster@dvcreators.tv
        DocumentRoot /home/dvctv/public_html
    
    <Directory /home/dvctv/public_html/>
    AllowOverride FileInfo Options
    </Directory>
    
        <IfModule mod_suphp.c>
            suPHP_UserGroup dvctv dvctv
        </IfModule>
        <IfModule !mod_disable_suexec.c>
            User dvctv
            Group dvctv
        </IfModule>
        BytesLog /usr/local/apache/domlogs/dvcreators.tv-bytes_log
        CustomLog /usr/local/apache/domlogs/dvcreators.tv combined
        ScriptAlias /cgi-bin/ /home/dvctv/public_html/cgi-bin/
    </VirtualHost>
  3. andrea_r
    Member
    Posted 5 months ago #

    You have to ad the wildcard subdomain to your DNS records as well.

Reply

You must log in to post.

About this Topic