Forums

The WordPress MU forums have moved to the MultiSite forum on WordPress.org

Site not showing (5 posts)

  1. dobber00
    Member
    Posted 2 years ago #

    I have installed Wordpress MU all ok.
    when I go to my site (eg.www.mysite.com) I only see the directories on the server and not the Wordpress MU site.
    Can anyone help me please.

    my htaccess file is:

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    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>

  2. andrea_r
    Moderator
    Posted 2 years ago #

    It's not an htaccess problem.

    Your server is setup to not process the php files as code. Ask your webhost to fix it.

  3. dobber00
    Member
    Posted 2 years ago #

    many thansk

    Just to clarify the Wordpress MU files are in a directory called "wordpress" so the site is not running from the Root of the server. does this change the fact?

    Many thanks again

  4. andrea_r
    Moderator
    Posted 2 years ago #

    If they are in a folder called wordpress then you have to go to yoursite.com/wordpress/ to see it.

  5. dobber00
    Member
    Posted 2 years ago #

    OK understood and many thanks for your time Andre

Topic Closed

This topic has been closed to new replies.

About this Topic