Title: Multisite infinite loop
Last modified: August 31, 2016

---

# Multisite infinite loop

 *  [nexthor](https://wordpress.org/support/users/nexthor/)
 * (@nexthor)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/multisite-infinite-loop/)
 * I have 2 wordpress instalations, one (main in the site) with a standard wordpress
   and a subfolder /site/ with a wordpress multisite instalation. When i try to 
   reach the multisite this sends me to a infinite loop, i have been trying to change
   my .htaccess with diferents way buy still not working, this is my current .htaccess:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /site
       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]
       </IfModule>
       # END WordPress
       ```
   
 * and this is my wp_config.php on the multisite:
 *     ```
       define('WP_DEBUG', false);
   
       /* Multisite */
       define( 'WP_ALLOW_MULTISITE', true );
   
       define('MULTISITE', true);
       define('SUBDOMAIN_INSTALL', false);
       define('DOMAIN_CURRENT_SITE', 'www.domain.com');
       define('PATH_CURRENT_SITE', '/site/');
       define('SITE_ID_CURRENT_SITE', 1);
       define('BLOG_ID_CURRENT_SITE', 1);
       define('ADMIN_COOKIE_PATH', '/');
       define('COOKIE_DOMAIN', '');
       define('COOKIEPATH', '');
       define('SITECOOKIEPATH', '');
       ```
   
 * Please help me!

The topic ‘Multisite infinite loop’ is closed to new replies.

## Tags

 * [infinite loop](https://wordpress.org/support/topic-tag/infinite-loop/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)
 * [subfolder](https://wordpress.org/support/topic-tag/subfolder/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 0 replies
 * 1 participant
 * Last reply from: [nexthor](https://wordpress.org/support/users/nexthor/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/multisite-infinite-loop/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
