The MU forums have moved to WordPress.org

Subdomains not functioning (5 posts)

  1. UncleSam
    Member
    Posted 15 years ago #

    I installed WPMU on a Hostgator hosting with .info domain from mydomain.com. Subdomains are supported by Mydomain, the script is installed in the root.

    The point is, the blogs I create (1 so far) do not show up at all, either as folders or subdomains. Can't find anything close to my problem. The links are not working either.

    Tried to set up a subdomain manually through Mydomain panel, doesn't work. What seems to be the problem?

  2. UncleSam
    Member
    Posted 15 years ago #

    Here is the htaccess contents:

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ /$1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

  3. tdjcbe
    Member
    Posted 15 years ago #

    You may want to review the readme file included with the download as you may have missed a number of the steps within it. (ie wildcards for dns and apache) If you're trying to setup subdomains manually and have posted the contents of a file in the forums, chances are you've not done so.

    May want to skim the debugging page as well that the readme file links to.

  4. UncleSam
    Member
    Posted 15 years ago #

    You're right, it got installed quite smooth, so there was no need to read it.

  5. lunabyte
    Member
    Posted 15 years ago #

    "You're right, it got installed quite smooth, so there was no need to read it."

    Um, obviously there was.

About this Topic

  • Started 15 years ago by UncleSam
  • Latest reply from lunabyte