Skip to content

Instantly share code, notes, and snippets.

@slivero
Created May 3, 2012 06:44
Show Gist options
  • Save slivero/2583838 to your computer and use it in GitHub Desktop.
Save slivero/2583838 to your computer and use it in GitHub Desktop.
Silex .htaccess
Options -MultiViews
RewriteEngine On
#RewriteBase /path/to/app
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