Setting config.action_controller.relative_url_root isn't working

Hi everyone,

I'm trying to set the "config.action_controller.relative_url_root" config value but it isn't working:

config.action_controller.relative_url_root = "/de"

When i try to view the http://localhost:3000/de page it gives me a "Routing Error", but if I try http://localhost:3000/ it works perfectly. Any idea about what this might be?