When I Add URL redirect, my From is like this. http://sitename.com/en -> Text Field (ex. http://sitename.com/en/some_url).

How can I remove /en so that my from url is like this http://sitename.com/some_url

Comments

dave reid’s picture

Status: Active » Fixed

Meh, this came up before in Path redirect. I changed the code to use $GLOBALS['base_url'] instead which has no language prefix. Ideally, I'd like to have that field prefix value changed dynamically based on the language selected.

http://drupalcode.org/project/redirect.git/commit/3c22795

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.