Title: Multisite subdomain redirect loop
Last modified: August 21, 2016

---

# Multisite subdomain redirect loop

 *  Resolved [lognic](https://wordpress.org/support/users/lognic/)
 * (@lognic)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multisite-subdomain-redirect-loop/)
 * i have install subfolder- biology.scornit.com/folrida/
 * but the blogs — that i have install, when tried to go to the dash board — tells
   me site redirect loop
 * this is the htacess the installation provide me with —
 *     ```
       RewriteEngine On
       RewriteBase /florida/
       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]
       ```
   
 * i have another wp- multisite and it works fine with the original htacess
    here
   it is :
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       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]
       </IfModule>
   
       # END WordPress
       ```
   
 * can some one help me out — this is really confusing.
 * i have also tried the : rewrite for wp- 3.5 + and does not work
    [http://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite](http://codex.wordpress.org/Multisite_Network_Administration#.htaccess_and_Mod_Rewrite)

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

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multisite-subdomain-redirect-loop/#post-4549925)
 * The two .htaccess calls are actually the same (save for `RewriteBase /florida/`)
 * biology.scornit.com/florida/ doesn’t load at all for me because biology.scornit.
   com doesn’t exist
 *  Thread Starter [lognic](https://wordpress.org/support/users/lognic/)
 * (@lognic)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/multisite-subdomain-redirect-loop/#post-4550043)
 * yes you are right there was a mistake with the name — but i was able to fix the
   htacess. seems like it was loading the old one in the page i had to clear the
   cache from hosting — now all works great
 * sorry for bothering but thanks for the response

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

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

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 2 replies
 * 2 participants
 * Last reply from: [lognic](https://wordpress.org/support/users/lognic/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/multisite-subdomain-redirect-loop/#post-4550043)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
