Forums

[resolved] [Plugin: WP_Multilingual] Redirect loop occured on WP_Multilingual 2.1 beta (2 posts)

  1. masahiko.ode
    Member
    Posted 10 months ago #

    Hello,

    I have installed on WP_Multilingual 2.1 beta on a server.
    Then, redirect loop has occured and web browser showed nothing but error message.
    I figured out that this problem could be derived from conflict of Wordpress's URL rewrite and WP_Multilingual's redirection.
    Does anyone know workaround? And also I appreciate modifing WP_Multilingual to solve this conflict.

    # I know directory structure change is very reasonable solution. This solution can be implemented by myself and not in my question's scope.

    My environment is below.
    Directory structure
    Wordpress is installed in

    (webroot)/wp/...

    Wordpress address URL

    http://pax-earth.org/wp

    Blog address (URL)

    http://pax-earth.org/

    Then Wordpress create .htaccess file automatically.(below)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

    Software Version

    • Wordpress 2.6.3
    • WP_Multilingual 2.1 beta

    Regards

    --
    Masahiko ODE
    masahiko.ode@pax-earth.org

  2. masahiko.ode
    Member
    Posted 10 months ago #

    This case has solved.
    Sorry for my ignorance, the root cause was MySQL version.
    My hosting service is still using old MySQL 4.0.27 and this RDBMS does not support utf8.
    WP_Multilingual is needed to be installed on MySQL which supports utf8 and my request is definitly wrong.

    I decided to search for another work around.
    Thanks.

Reply

You must log in to post.

About this Topic