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
Blog address (URL)
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