I've looked around, but I didn't find anything about it. What's the best way to change the url that Fuel uses for the CMS? So instead of /fuel/* it would be something similar to /mymanager/*.
At first I tried renaming the Fuel module directory and everything that points to it, but it just kept breaking.
Comments
// path to the fuel admin from the web base directory... MUST HAVE TRAILING SLASH! $config['fuel_path'] = 'fuel/';
From MY_fuel.php...