Skip to content

Instantly share code, notes, and snippets.

@tobyS
Created April 11, 2013 15:30
Show Gist options
  • Save tobyS/5364348 to your computer and use it in GitHub Desktop.
Save tobyS/5364348 to your computer and use it in GitHub Desktop.
<FilesMatch "\.html$">
Allow from all
</FilesMatch>
RewriteEngine on
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