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

Paul M Jones pmjones at solarphp.com
Thu Aug 17 06:28:20 PDT 2006


On Aug 17, 2006, at 8:07 AM, grab mail wrote:

> However, the uri path problem still exists.
>
> http://localhost/Solar/public_html/
>
> looks for Solar page
>
> 404: Page 'Solar' unknown.
>
> How to tell Solar URI that my public root starts at
>
> http://localhost/Solar/public_html/
>
> I tried to set
>
> $config['Solar_Uri_Public']['path'] = '/solar/public_html/';

Try changing this ...

> $config['Solar_Uri']['path']         = '/solar/public_html/';

To this:

$config['Solar_Uri_Action']['path'] = ...;

Note that it's Solar_Uri_Action.

Let me know if that helps.  :-)



--

Paul M. Jones  <http://paul-m-jones.com>

Solar: Simple Object Library and Application Repository
for PHP5.   <http://solarphp.com>

Savant: The simple, elegant, and powerful solution for
templates in PHP.   <http://phpsavant.com>




More information about the solar-talk mailing list