Skip to content

Instantly share code, notes, and snippets.

@thexdev
Created December 29, 2019 04:32

Revisions

  1. thexdev revised this gist Dec 29, 2019. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion ci-htaccess
    Original file line number Diff line number Diff line change
    @@ -1 +1,4 @@
    ‎‎​
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
  2. thexdev created this gist Dec 29, 2019.
    1 change: 1 addition & 0 deletions ci-htaccess
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ‎‎​