[Solar-talk] How to make Solar work if you install it in a subfolder of server root?

Rodrigo Moraes rodrigo.moraes at gmail.com
Thu Aug 17 04:04:53 PDT 2006


On 8/17/06, grab mail wrote:
> So to reach solar index.php, my url would be
> http://localhost/solar/public_html/ instead of simply
> http://localhost/

Hi,
I think you can add a config to Solar_Uri_Action in your config file:

$config['Solar_Uri_Action'] = array(
    'path' => '/solar/public_html/',
);

Or something like this. Let me know if you've solved it.

rodrigo


More information about the solar-talk mailing list