Forums

500 error when creating a new site on multisite (2 posts)

  1. abfchgirlx
    Member
    Posted 1 year ago #

    Hello,

    I have created a new site at fallfordesign.com/client. It requests me to login at fallfordesign.com/client/wp-login. However I get a 500 Internal Server Error. I checked my .htaccess for rewrite permissions, and everything looks okay;

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule  ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?siteN/files/(.+) wp-content/blogs.dir/N/files/$2 [L]
    
    # END WordPress

    How can I resolve the 500 Internal Server Error?

  2. Maintenance mode is on, so ...Can't really tell.

    Is this a brand new install? If so, your .htaccess has some extra cruft in it: http://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.