Skip to content

Instantly share code, notes, and snippets.

@jerry-maheswara-github
Created February 10, 2018 22:10
Show Gist options
  • Save jerry-maheswara-github/6cf496bdaa2365f988bbf831746cffde to your computer and use it in GitHub Desktop.
Save jerry-maheswara-github/6cf496bdaa2365f988bbf831746cffde to your computer and use it in GitHub Desktop.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment