Fuel CMS URL

edited December 2015 in Feature Requests
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

  • I think there's a variable somewhere that defines what the "fuel" directory path should be:
    // path to the fuel admin from the web base directory... MUST HAVE TRAILING SLASH! $config['fuel_path'] = 'fuel/';
    From MY_fuel.php...
  • edited 3:39AM
    Thanks! I couldn't find where that was mentioned. :)
Sign In or Register to comment.