File tree Expand file tree Collapse file tree 6 files changed +5
-13
lines changed Expand file tree Collapse file tree 6 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ charset = utf-8
13
13
14
14
# Tab indentation (no size specified)
15
15
indent_style = tab
16
+
Original file line number Diff line number Diff line change 3
3
application /cache /*
4
4
! application /cache /index.html
5
5
6
+
6
7
application /logs /*
7
8
! application /logs /index.html
8
9
Original file line number Diff line number Diff line change 1
1
RewriteEngine On
2
2
RewriteCond %{REQUEST_FILENAME} !-f
3
3
RewriteCond %{REQUEST_FILENAME} !-d
4
- RewriteRule ^(.*)$ index.php/$1 [L]
4
+ RewriteRule ^(.*)$ index.php/$1 [L]
Original file line number Diff line number Diff line change 4
4
*
5
5
* An open source application development framework for PHP
6
6
*
7
+ *
7
8
* This content is released under the MIT License (MIT)
8
9
*
9
10
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
Original file line number Diff line number Diff line change 1
1
# CodeIgniter API Controller v.1.1.0
2
2
3
- [ ![ GitHub package version] ( https://img.shields.io/badge/package-v1.1.0-blue.svg )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller/releases/tag/v1.1.0 )
4
- [ ![ GitHub stars] ( https://img.shields.io/github/stars/jeevan15498/CodeIgniter-API-Controller.svg?style=flat-square )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller/stargazers )
5
- [ ![ GitHub issues] ( https://img.shields.io/github/issues/jeevan15498/CodeIgniter-API-Controller.svg?style=flat-square )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller/issues )
6
- [ ![ GitHub forks] ( https://img.shields.io/github/forks/jeevan15498/CodeIgniter-API-Controller.svg?style=flat-square )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller/network )
7
- [ ![ GitHub license] ( https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller )
8
-
9
-
10
- [ ![ contributions welcome] ( https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller/issues )
11
- [ ![ HitCount] ( http://hits.dwyl.io/jeean15498/CodeIgniter-API-Controller.svg )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller )
12
- [ ![ Github All Releases] ( https://img.shields.io/github/downloads/atom/atom/total.svg )] ( https://github.com/jeevan15498/CodeIgniter-API-Controller/archive/master.zip )
13
-
14
3
## Files
15
4
16
5
[ API Documentation] ( https://github.com/jeevan15498/CodeIgniter-API-Controller#documentation )
Original file line number Diff line number Diff line change 3
3
</IfModule >
4
4
<IfModule !authz_core_module >
5
5
Deny from all
6
- </IfModule >
6
+ </IfModule >
You can’t perform that action at this time.
0 commit comments