Skip to content

Instantly share code, notes, and snippets.

@malikperang
Created November 19, 2013 15:35
Show Gist options
  • Save malikperang/7547193 to your computer and use it in GitHub Desktop.
Save malikperang/7547193 to your computer and use it in GitHub Desktop.
htaccess untuk codeigniter
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
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