Title: Multisite login.php Server 500 error Help!
Last modified: August 20, 2016

---

# Multisite login.php Server 500 error Help!

 *  [A3ody](https://wordpress.org/support/users/a3ody/)
 * (@a3ody)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/)
 * When I try to login to the multisite I get this……….
 * [http://a3body.com/a3tv/wp-login.php](http://a3body.com/a3tv/wp-login.php)
 * doesn’t matter what browser or computer I use.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/#post-3593086)
 * What’s in your .htaccess file?
 * Have you tried turning off all your plugins?
 *  Thread Starter [A3ody](https://wordpress.org/support/users/a3ody/)
 * (@a3ody)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/#post-3593121)
 * _[ Moderator Note: [Please post code](http://codex.wordpress.org/Forum_Welcome#Posting_Code)
   or markup snippets between backticks or use the code button. ]_
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
   
       # add a trailing slash to /wp-admin
       RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
   
       RewriteCond %{REQUEST_FILENAME} -f [OR]
       RewriteCond %{REQUEST_FILENAME} -d
       RewriteRule ^ - [L]
       RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
       RewriteRule ^(.*\.php)$ $1 [L]
       RewriteRule . index.php [L]
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
   
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [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).*) $2 [L]
       RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
       RewriteRule . index.php [L]
       ```
   
 * and not yet 🙁
 *  [Sandra l***](https://wordpress.org/support/users/sandra1010/)
 * (@sandra1010)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/#post-3593123)
 * Where did you install WP? In [http://a3body.com/a3tv/](http://a3body.com/a3tv/)
   or in [http://a3body.com/](http://a3body.com/)?
 *  Thread Starter [A3ody](https://wordpress.org/support/users/a3ody/)
 * (@a3ody)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/#post-3593127)
 * Hi Sandra
 * WP is installed at a3body.com does it need to be in a3tv too?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/#post-3593154)
 * The amount of wrong in that .htaccess… Wow.
 * Okay, delete it. It should look like ONE of these: [http://codex.wordpress.org/htaccess#Multisite](http://codex.wordpress.org/htaccess#Multisite)

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Multisite login.php Server 500 error Help!’ is closed to new replies.

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [server 500](https://wordpress.org/support/topic-tag/server-500/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 5 replies
 * 3 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/multisite-loginphp-server-500-error-help/#post-3593154)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
