Skip to content

Instantly share code, notes, and snippets.

@maulayyacyber
Created March 14, 2017 00:18
Show Gist options
  • Save maulayyacyber/d86505f0b1646230e02e93915beb36d2 to your computer and use it in GitHub Desktop.
Save maulayyacyber/d86505f0b1646230e02e93915beb36d2 to your computer and use it in GitHub Desktop.
.htaccess CodeIgniter
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment