Download & Extend

Internationalization doesn't work if clean URLS are active (404 Error)

Project:Internationalization
Version:5.x-2.2
Component:Miscellaneous
Category:support request
Priority:critical
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Hello.

I've been working on installing the internationalization module on my website and it works perfectly. The problem is when I activate the Clean URLs feature.

I don't know why but when the url is 'pt-br/admin' it returns 404 Error. It happens to any page I try to view and just returns 404 if the chosen language is pt-br.

If I deactivate the clean url, the whole thing starts working perfectly again.

Any clue on getting this solved?

Many thanks,
Raphael

AttachmentSizeStatusTest resultOperations
demo1.jpg163.92 KBIgnored: Check issue status.NoneNone
demo2.jpg74.71 KBIgnored: Check issue status.NoneNone

Comments

#1

We have a Drupal 5.3 install with the latest version of Internationalization running and are experiencing the same issue.

We really need clean url's so I hope this will be fixed soon.

#2

Here we're running on 5.5 version.

#3

Do you have a directory named pt-br in the root of your drupal install? I find that with i18n installed, files get saved to the wrong place and the directories that get created interfere with the normal url rewriting done with clean urls enabled.

I discoved my issue was my own fault and not that of i18n module. So you can disregard what I wrote here.

#4

Status:active» closed (fixed)

I think this was fixed some time ago, was an issue with language codes > 2 chars not being handled properly.