Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Created December 1, 2016 20:29
Show Gist options
  • Save wilcorrea/91bc75161fa6ba194240509d48f86449 to your computer and use it in GitHub Desktop.
Save wilcorrea/91bc75161fa6ba194240509d48f86449 to your computer and use it in GitHub Desktop.
# sudo a2enmod modrewrite
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [NC,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment