The MU forums have moved to WordPress.org

Error 500. (1 post)

  1. magidu
    Member
    Posted 17 years ago #

    After installation i got this
    Server error!

    Error 500

    . I installed the muWP in my /httpdocs

    and my .htaccess ?

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [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]

    ----------------
    What wrong with my .htaccess ?

    regards,
    magidu

About this Topic

  • Started 17 years ago by magidu