Skip to content

Instantly share code, notes, and snippets.

@Ebaneck
Created March 21, 2019 10:24
Show Gist options
  • Select an option

  • Save Ebaneck/7c9aabdb26b77a4507b1b1d62de18b3a to your computer and use it in GitHub Desktop.

Select an option

Save Ebaneck/7c9aabdb26b77a4507b1b1d62de18b3a to your computer and use it in GitHub Desktop.
.htaccess for you bitch
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment