Skip to content

Commit

Permalink
Upgrade to Code Igniter 3.0.3 (opensourcepos#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
yllumi authored and daN4cat committed Mar 8, 2016
1 parent f0af6f8 commit 75fa1a8
Show file tree
Hide file tree
Showing 338 changed files with 43,046 additions and 24,824 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ git-svn-diff.py
*~
*.~
*.log
application/sessions/*
11 changes: 11 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
RewriteEngine On

# Option 2: To rewrite "domain.com -> www.domain.com" uncomment the following lines.
# RewriteCond %{HTTPS} !=on
# RewriteCond %{HTTP_HOST} !^www\..+$ [NC]
# RewriteCond %{HTTP_HOST} (.+)$ [NC]
# RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Loading

0 comments on commit 75fa1a8

Please sign in to comment.