Classroombookings

Anonymous asked: Hi again, i followed the wiki link. Should there be an install directory when i extract the tar.gz file. Because there isn't one. thx!

No, there shouldn’t be an install folder. All application URLs are ‘virtual’ and are processed by index.php.

If you are NOT using mod_rewrite, the config.php file should have this:

$config[‘index_page’] = ‘index.php’

And then the installation routine should be at http://server/crbs/index.php/install.

If you ARE using mod_rewrite, index_page should be an empty string; and THEN all URLs will not have index.php in them.