It looks like you're new here. If you want to get involved, click one of these buttons!
and the rerouting kinda works, because I get sent to
$route['^(en|de)/fuel/(.+)$'] = "fuel/$1";
but the page throws an error:
/en/fuel/login/5a5734765a6e566c6243396b59584e6f596d3968636d513d
etc.
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 1
Filename: hooks/Fuel_hooks.php
Line Number: 48
A PHP Error was encountered
Severity: Warning
Message: require_once(/Applications/MAMP/htdocs/siegelwerk/fuel/application/../modules/fuel//controllers/.php) [function.require-once]: failed to open stream: No such file or directory
Filename: hooks/Fuel_hooks.php
Line Number: 48
Comments
if (!empty($fuel_path[1])) { require_once(FUEL_PATH.'/controllers/'.$fuel_path[1].'.php'); $class = $fuel_path[1]; }