Forums

Multisite info form checkbox (Update siteurl and home as well) problem (9 posts)

  1. striderhnd
    Member
    Posted 1 year ago #

    Hello

    I'm new in the forums and this is my first post.

    I recently i upgrade my WP 3.0.4 (folders Multisite) to WP 3.1 and i have found a little problem (i think it is a bug of 3.1).

    When i visit my multisite page http://www.hondurastips.hn/ i have 2 others sites in the network with the folders structure like

    http://www.hondurastips.hn/en/ - for English version of the site (under development)
    http://www.hondurastips.hn/directorio - business directory

    ok now the problem, when i go to visit /en/ site have a problem and a get a not found page (404) and displays the / home

    I have checked the .htaccess of the site and it's ok, later i have checked the site options in the network admin and i see the path checkbox it was unchecked , i check the box and save the changes.. it works /en/ site was displaying again but later... the site go down again i get again the 404 in /en/ so i go to see again the network admin and again it was unchecked the path checkbox , it this is a bug , because i deactivate all my network plugings and still have the problem but only in /en/ because in /directorio/ i dont have any problem at all.

    Sorry for my English (i need more practice)

    Best Regards

    Erick

  2. Even if you think your .htaccess is correct, can you share it?

    Also

    ater i have checked the site options in the network admin and i see the path checkbox it was unchecked , i check the box and save the changes

    Where is the 'path' check box?

  3. striderhnd
    Member
    Posted 1 year ago #

    Ok the .htaccess is this

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    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]
    </IfModule>
    # END WordPress

    the 'path' check box is in 3.1 you go to the network admin and edit one of the sites in the network , in the 'info' tab you'll see

    the domain of the network
    the path textbox and the checkbox
    below the path textbox
    'Update siteurl and home as well.'

  4. .htaccess looks good :) Thanks!

    What plugins are you running? We have a few with known issues: http://wordpress.org/support/topic/troubleshooting-wordpress-31-master-list?replies=5

  5. striderhnd
    Member
    Posted 1 year ago #

    Ok the list of plugins im using is :

    • Ad Rotator
    • Basic Facebook Social Plugins
    • bbPress Live
    • Contact Form 7
    • Favicons
    • ICIT Weather widget
    • jQuery Lightbox For Native Galleries
    • KB Robots.txt
    • MapPress Easy Google Maps
    • W3 Total Cache(all cache is deactivated but is running)
    • WordPress SEO(Jooast)
    • WP-Polls
  6. Have you tried turning them all off just to see if the problem goes away?

  7. striderhnd
    Member
    Posted 1 year ago #

    yes i try turning all them off but nothing :(

  8. Andrea_r
    team pirate
    Posted 1 year ago #

    It looks like the rewrite rules are being flushed in the db itself.

  9. striderhnd
    Member
    Posted 1 year ago #

    Andrea_r any idea how can i fix this problem??

    thanks for your help :)

Topic Closed

This topic has been closed to new replies.

About this Topic