Solar in subdirectories

To run Solar in a subdirectory, you have to change the base path for Solar actions. For a url like http://localhost/tests/test_solar/, add this line in the config file (commonly, config.php):

$config['Solar_Uri_Action']['path'] = '/tests/test_solar/';

Change the path to fit the directory you use to access your Solar app.