The MU forums have moved to WordPress.org

Install Issues, Sub-domains trigger download (4 posts)

  1. mahodder
    Member
    Posted 15 years ago #

    Hi all,

    I have been at this for a day or so and have it nearly working I believe. The latest version of WPMU is up and running and I can create new subdomains but when I try and visit the subdomain my browser doesn't display a page but rather trys and downloads it.

    As seen here:

    http://test.yourwizardhosting.com/

    My config files can be found here: http://yourwizardhosting.com/configs.zip

    It's hosted on a VPS from Media Temple and wildcard DNS is set up.

    Any thoughts on what to try next?

  2. VentureMaker
    Member
    Posted 15 years ago #

    Look at AddHandler and AddType directives in your httpd.conf, and .htaccess files.

    Looks like your Apache isn't configured to work with PHP files.
    Also check the MIME-type currently being sent to the browser.

  3. mahodder
    Member
    Posted 15 years ago #

    This is in the httpd.conf:

    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps

    I haven't changed the .htaccess from the default settings WPMU creates is there something we should add?

    It's funny since the main domain works: http://yourwizardhosting.com/

    I assume if there was something wrong with PHP even that wouldn't work?

  4. mahodder
    Member
    Posted 15 years ago #

    Well I got it working by adding the dns stuff to the httpd.include file that Plesk writes out instead of straight to the httpd.conf - bad solution but works enough to let me try this out anyway :)

About this Topic

  • Started 15 years ago by mahodder
  • Latest reply from mahodder