• Resolved lognic

    (@lognic)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    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

    (@lognic)

    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.