Skip to content

Instantly share code, notes, and snippets.

@chanakasan
Created April 7, 2014 11:29
Show Gist options
  • Save chanakasan/10018606 to your computer and use it in GitHub Desktop.
Save chanakasan/10018606 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]
Copy link

ghost commented Apr 7, 2014

ossec-hids

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment