In Drupal 6 I've configured Language negotiation settings to "Path prefix", but after that on the page "Add redirect" it displays the absolute "From:" path as read-only text "http://www.example.com/en" (note "en" at the end of the URL). So I can't redirect my old paths without the "en" prefix to new paths that have language prefixes.
Comments
Comment #1
dave reidDuplicate of #265594: Remove language prefix from the from field prefix.
Comment #2
boreg commentedStrange that it worked on the older dev version but not now in dev (2010-Dec-12 ) and 6.x-1.0-rc2 also. So, is it really a core bug, or it can be fixed by this module? I guess it can be done by hook form alter or other way.
What do you think?
Comment #3
boreg commentedSorry, it works :). I had language negotation set to " Path prefix with language fallback". U need to choose "Path prefix only", otherwise your forms ll be prefixed with the language prefix :)
Still, you also need to choose the redirect for all languages.