eduTrac Student Information System Code
Open source and free student information system for higher education.
Brought to you by:
sevenmediaws
| File | Date | Author | Commit |
|---|---|---|---|
| Liten | 2017-06-26 |
|
[5a952d] Updated framework http request. |
| app | 2018-02-28 |
|
[4b129f] Fixed SHIS screen. |
| static | 2017-07-17 |
|
[780328] Removed css belonging to paid module. |
| .gitignore | 2016-12-24 |
|
[cc0d9a] Updated .gitignore. |
| .htaccess | unknown | ||
| LICENSE | unknown | ||
| README.md | 2017-07-13 |
|
[f6ca34] Added Youtube channel to readme. |
| RELEASE | 2017-10-11 |
|
[25eeeb] Updated release value. |
| config.sample.php | 2017-06-26 |
|
[efc1c2] Updated config file. |
| etsis | unknown | ||
| favicon.ico | unknown | ||
| htaccess.txt | 2016-12-24 |
|
[f67ce9] Added htaccess file. |
| index.php | 2016-10-07 |
|
[29b7d4] Updated config and index to allow changes based... |
| phinx | 2016-10-07 |
|
[8b6b54] Updatd path for migrations and fixed path info. |
| phinx.sample.php | 2017-06-26 |
|
[1c9538] Updated phinx config file. |
eduTrac SIS is an advanced open source student information system for higher education.
RewriteEngine On
# Some hosts may require you to use the `RewriteBase` directive.
# If you need to use the `RewriteBase` directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
location / {
try_files $uri /index.php$is_args$args;
}
location /sis {
try_files $uri /sis/index.php$is_args$args;
}