Skip to content

Instantly share code, notes, and snippets.

@tobyS
Created November 19, 2012 14:34
Show Gist options
  • Save tobyS/4110952 to your computer and use it in GitHub Desktop.
Save tobyS/4110952 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