More configurable file structure and file handling

Ask your questions regarding TimeTrex installation here.
Locked
StAugIT
Posts: 21
Joined: Wed Oct 25, 2006 6:07 am

More configurable file structure and file handling

Post by StAugIT »

More configurable file structure.

For instance, I wanted to set up a virtual host and made the documentroot
"/var/www/php/timetrex/interface"

But when I browse to my virtualdomain of

timetrex.localdomain.net/

it tries to browse to

timetrex.localdomain.net/timetrex/interface/Login.php

which is incorrect.

Maybe there is a way to modify this, and if it is the case, then further documentation may be necessary. Thanks!
--------------------
Atlantique Press
St. Augustine Florida
mikeb
Posts: 709
Joined: Thu Jul 27, 2006 11:58 am

Re: More configurable file structure and file handling

Post by mikeb »

StAugIT wrote:More configurable file structure.

For instance, I wanted to set up a virtual host and made the documentroot
"/var/www/php/timetrex/interface"

But when I browse to my virtualdomain of

timetrex.localdomain.net/

it tries to browse to

timetrex.localdomain.net/timetrex/interface/Login.php

which is incorrect.

Maybe there is a way to modify this, and if it is the case, then further documentation may be necessary. Thanks!
In your timetrex.ini.php file, try setting:

base_url = /

That should redirect you to:

timetrex.localdomain.net/Login.php
TimeTrex Community Edition is developed and supported by volunteers.
Help motivate us to continue by showing your appreciation!
Locked