wpml plugin – problem in language switching
-
Hi,
I’m using the wamp package(Apache server) in my windows xp. After i followed the steps in the url click here i’m not able to access the different language. The problem i’m facing in the .htaccess file. under the www folder i put all my wordpress files in the name wsa26-4. So the file structure will come like this wamp/www/wsa26-4/wordpress files. So i used the following code in my htaccess file.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wsa26-4/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>But the problem i was facing is when i click the language switcher flag say german then it’s redirecting to me the default wamp server page.(http://localhost/wsa26-4/de–>localhost index page).. How i can fix this issue??
The topic ‘wpml plugin – problem in language switching’ is closed to new replies.