The MU forums have moved to WordPress.org

Subdomain Setup Prompts Download (3 posts)

  1. rzvagelsky
    Member
    Posted 14 years ago #

    Hey,

    I spent quite a few hours tinkering with WPMU and decided that it's time to ask for some help.

    Here is the site: http://callcenternames.com/

    Which works absolutely fine.

    I create a subdomain here:

    http://steve.callcenternames.com/

    Opening that page is prompting me to download "wordpress mu application/x-httpd-php". Looks like an AddHandler issue but not sure how to figure it out.

    I set up the DNS wildcard (tested with a ping) and here is what I have in my http.conf file:

    <VirtualHost 74.50.18.163:80>
    DocumentRoot /var/www/vhosts/callcenternames.com/httpdocs
    ServerAlias callcenternames.com *.callcenternames.com
    ServerName callcenternames.com
    </VirtualHost>

    mod_rewrite is installed. For the <Directory>, AllowOverride is set to All.

    Any help would be really appreciated!

    Thanks.

  2. cafespain
    Member
    Posted 14 years ago #

    Looks like you have somehow messed up your mime types for the wildcard domains, which is strange.

    I'm afraid my apache knowledge stops at diagnosis, I'll leave it to someone more used to it's intricacies than I to say why or how

  3. rzvagelsky
    Member
    Posted 14 years ago #

    So I went ahead and added the following to the VirtualHost section:

    AddType text/html .php .htm .html .shtml

    Now I am just getting a blank screen for the subdomain.

    Did I move forward or back?

About this Topic

  • Started 14 years ago by rzvagelsky
  • Latest reply from rzvagelsky